GroupId | GroupIdcom.github.dandelion |
---|---|
ArtifactId | ArtifactIddandelion-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dandelion-core-1.1.0.pom | |
dandelion-core-1.1.0.jar | 604 KB |
dandelion-core-1.1.0-sources.jar | 680 KB |
dandelion-core-1.1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-core/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-core/
implementation 'com.github.dandelion:dandelion-core:1.1.0'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-core/
implementation ("com.github.dandelion:dandelion-core:1.1.0")
'com.github.dandelion:dandelion-core:jar:1.1.0'
<dependency org="com.github.dandelion" name="dandelion-core" rev="1.1.0">
<artifact name="dandelion-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-core', version='1.1.0')
)
libraryDependencies += "com.github.dandelion" % "dandelion-core" % "1.1.0"
[com.github.dandelion/dandelion-core "1.1.0"]