Download maven-settings-builder-3.0.4.jar file - Jar m

Jar examples for m:maven-settings-builder

Description

The effective settings builder, with inheritance and password decryption.

You can download jar file maven-settings-builder 3.0.4 in this page.

License

Apache License

Build File

You can use the following script to add maven-settings-builder-3.0.4.jar to your project.

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-settings-builder</artifactId>
   <version>3.0.4</version>
</dependency>
compile group: 'org.apache.maven', name: 'maven-settings-builder', version: '3.0.4'
libraryDependencies += "org.apache.maven" % "maven-settings-builder" % "3.0.4"
<dependency org="org.apache.maven" name="maven-settings-builder" rev="3.0.4"/>
@Grapes(@Grab(group='org.apache.maven', module='maven-settings-builder', version='3.0.4'))
'org.apache.maven:maven-settings-builder:jar:3.0.4'

Download

Click the following link to download the jar file.

maven-settings-builder-3.0.4-javadoc.jar
maven-settings-builder-3.0.4-sources.jar
maven-settings-builder-3.0.4.jar
maven-settings-builder-3.0.4.pom



Related Tutorials