Download maven-core-3.1.0.jar file - Jar m

Jar examples for m:maven-core

Description

Maven components parent

You can download jar file maven-core 3.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-core-3.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

maven-core-3.1.0-javadoc.jar
maven-core-3.1.0-sources.jar
maven-core-3.1.0.jar
maven-core-3.1.0.pom



Related Tutorials