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