GroupId | GroupIdbe.cylab.mark |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.20 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.20.pom | |
core-0.0.20.jar | 11 KB |
core-0.0.20-sources.jar | 11 KB |
core-0.0.20-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.cylab.mark/core/ -->
<dependency>
<groupId>be.cylab.mark</groupId>
<artifactId>core</artifactId>
<version>0.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/be.cylab.mark/core/
implementation 'be.cylab.mark:core:0.0.20'
// https://jarcasting.com/artifacts/be.cylab.mark/core/
implementation ("be.cylab.mark:core:0.0.20")
'be.cylab.mark:core:jar:0.0.20'
<dependency org="be.cylab.mark" name="core" rev="0.0.20">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.cylab.mark', module='core', version='0.0.20')
)
libraryDependencies += "be.cylab.mark" % "core" % "0.0.20"
[be.cylab.mark/core "0.0.20"]