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