Download dandelion-core-1.1.0.jar file - Jar d

Jar examples for d:dandelion-core

Description

Dandelion Core module providing all APIs and standard implementations.

You can download jar file dandelion-core 1.1.0 in this page.

Build File

You can use the following script to add dandelion-core-1.1.0.jar to your project.

<dependency>
   <groupId>com.github.dandelion</groupId>
   <artifactId>dandelion-core</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.github.dandelion', name: 'dandelion-core', version: '1.1.0'
libraryDependencies += "com.github.dandelion" % "dandelion-core" % "1.1.0"
<dependency org="com.github.dandelion" name="dandelion-core" rev="1.1.0"/>
@Grapes(@Grab(group='com.github.dandelion', module='dandelion-core', version='1.1.0'))
'com.github.dandelion:dandelion-core:jar:1.1.0'

Download

Click the following link to download the jar file.

dandelion-core-1.1.0-javadoc.jar
dandelion-core-1.1.0-sources.jar
dandelion-core-1.1.0.jar
dandelion-core-1.1.0.pom



Related Tutorials