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

Jar examples for m:maven-profile

Description

Maven components parent

You can download jar file maven-profile 2.0.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials