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