Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
overridetrue
extract-short-desctrue
render-asdefinition-list
Short DescriptionInstructions on how to download the library artifact of this projectthe
Display Space Property
property-nameproject.name
.
 
Doctypetopichide
NameDownload 
Parent
Parent Property
property-nameName
 
Audience
Name List
doctyperole
render-no-hits-as-blanktrue
namesUser
propertyAudience
empty-as-nonefalse
 
Level of Experience
Name List
doctypeexperience-level
render-no-hits-as-blanktrue
namesNovice
propertyLevel of Experience
 
Expected Duration 
Subject
Name List
doctypesubject
propertySubject
 
Categories
Name List
doctypecategory
propertyCategories
 
Tags
Tag List
namesTechnical
propertyTags
 
Iteration
Iteration
valuefinished
hide
Type
Name List
doctypetopic-type
render-no-hits-as-blanktrue
namesHowto
propertyType
 
Sort Keyhide
Section
titleDescription

The artifact is available from the Maven Central Repository.

This howto explains the options on how to access the JAR archive.

Section
titlePrerequisites

Section
titleAbstract

Section
titleMaven

The library can be integrated into a Maven build process of Java projects easily.

Section
level2
titleDependency

If you want to integrate this library into your Maven project, use the following coordinates:

Nexus Link
code-title?gav
render-linkfalse
render-xml-snippettrue
 

Content Marker
required-space-propertiespublic-artifact-repository
Section
level2
titleCorporation Repository

Please note that the artifact of this projects are (currently) not available on the Maven Central Repository. It can be accessed on the

System Link
system-idnexus
label corporation artifact repository
.

If you want to access artifacts from this server in your Mavenbuild, the recommended way would be to add it to the configuration of your own artifact server.

If this is not feasible, the second option is to add the following snippet to the profiles section of your settings.xml.

Code Block Placeholder
code-languageHTML and XML
<profile>
  <id>${corporationId}-repositories</id>
  <repositories>
    <repository>
      <id>${corporationId}</id>
      <url>${public-artifact-repository}</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>${corporationId}</id>
      <url>${public-artifact-repository}</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>
</profile>

You may also add the repositories to your Maven POM file, but usually adding them to your settings is recommended.

Section
titleDownload

The library may also be downloaded directly from the artifact repository:

Panel

Nexus Link
code-title?gav
label?gav
 

Section
titleSubordinate Topics
Display Table
doctypetopic
render-no-hits-as-blanktrue
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name
Section
required-permissionswrite-access
titleNotes

Section
titleReferences

Section
titleResources