Maven Dependency ammonite_2.12.0 >> COMMIT-f6a1903

In this page we are giving Maven Dependency of com.lihaoyi >> ammonite_2.12.0 versionCOMMIT-f6a1903

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.lihaoyi >> ammonite_2.12.0 versionCOMMIT-f6a1903 in your project.

In this page we are going to discuss about ammonite_2.12.0 version COMMIT-f6a1903 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ammonite_2.12.0 version COMMIT-f6a1903 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of ammonite_2.12.0 version COMMIT-f6a1903 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of ammonite_2.12.0 version COMMIT-f6a1903

Maven dependency of ammonite_2.12.0 version COMMIT-f6a1903:

<dependency>
	<groupId>com.lihaoyi</groupId>
	<artifactId>ammonite_2.12.0</artifactId>
	<version>COMMIT-f6a1903</version>
</dependency>

Gradle Dependency of ammonite_2.12.0 version COMMIT-f6a1903

compile group: 'com.lihaoyi', name: 'ammonite_2.12.0', version: 'COMMIT-f6a1903'

SBT Dependency of ammonite_2.12.0 version COMMIT-f6a1903

libraryDependencies += "com.lihaoyi" % "ammonite_2.12.0" % "COMMIT-f6a1903"

Ivy Dependency of ammonite_2.12.0 version COMMIT-f6a1903

<dependency org="com.lihaoyi" name="ammonite_2.12.0" rev="COMMIT-f6a1903"/>

Grape Dependency of ammonite_2.12.0 version COMMIT-f6a1903

@Grapes(
    @Grab(group='com.lihaoyi', module='ammonite_2.12.0', version='COMMIT-f6a1903')
)

Leiningen Dependency of ammonite_2.12.0 version COMMIT-f6a1903

[com.lihaoyi/ammonite_2.12.0 "COMMIT-f6a1903"]

Buildr Dependency of ammonite_2.12.0 version COMMIT-f6a1903

'com.lihaoyi:ammonite_2.12.0:jar:COMMIT-f6a1903'

Advertisements

Ads