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