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