Download maven-profile-2.0.6.jar file - Jar m

Jar examples for m:maven-profile

Description

Maven components parent

You can download jar file maven-profile 2.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-profile-2.0.6.jar to your project.

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

Download

Click the following link to download the jar file.

maven-profile-2.0.6-javadoc.jar
maven-profile-2.0.6-sources.jar
maven-profile-2.0.6.jar
maven-profile-2.0.6.pom



Related Tutorials