GroupId | GroupIdse.l4.crayon |
---|---|
ArtifactId | ArtifactIdcrayon-core |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
crayon-core-0.6.pom | |
crayon-core-0.6.jar | 27 KB |
crayon-core-0.6-sources.jar | 18 KB |
crayon-core-0.6-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/ -->
<dependency>
<groupId>se.l4.crayon</groupId>
<artifactId>crayon-core</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/
implementation 'se.l4.crayon:crayon-core:0.6'
// https://jarcasting.com/artifacts/se.l4.crayon/crayon-core/
implementation ("se.l4.crayon:crayon-core:0.6")
'se.l4.crayon:crayon-core:jar:0.6'
<dependency org="se.l4.crayon" name="crayon-core" rev="0.6">
<artifact name="crayon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.l4.crayon', module='crayon-core', version='0.6')
)
libraryDependencies += "se.l4.crayon" % "crayon-core" % "0.6"
[se.l4.crayon/crayon-core "0.6"]