is not current version
Last Version 2.6.0

be.cylab.mark:example 0.0.22

Example mark server

GroupId

GroupId

be.cylab.mark
ArtifactId

ArtifactId

example
Version

Version

0.0.22
Type

Type

jar

Download example 0.0.22


<!-- https://jarcasting.com/artifacts/be.cylab.mark/example/ -->
<dependency>
    <groupId>be.cylab.mark</groupId>
    <artifactId>example</artifactId>
    <version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/be.cylab.mark/example/
implementation 'be.cylab.mark:example:0.0.22'
// https://jarcasting.com/artifacts/be.cylab.mark/example/
implementation ("be.cylab.mark:example:0.0.22")
'be.cylab.mark:example:jar:0.0.22'
<dependency org="be.cylab.mark" name="example" rev="0.0.22">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.cylab.mark', module='example', version='0.0.22')
)
libraryDependencies += "be.cylab.mark" % "example" % "0.0.22"
[be.cylab.mark/example "0.0.22"]