Download maven-shared-resources-2.jar file - Jar m

Jar examples for m:maven-shared-resources

Description

A collection of templates that are specific to the Maven project.

You can download jar file maven-shared-resources 2 in this page.

License

Apache License

Build File

You can use the following script to add maven-shared-resources-2.jar to your project.

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

Download

Click the following link to download the jar file.

maven-shared-resources-2-sources.jar
maven-shared-resources-2.jar
maven-shared-resources-2.pom



Related Tutorials