is not current version
Last Version 2.6.0

be.cylab.mark:example 1.1.0

Example mark server

GroupId

GroupId

be.cylab.mark
ArtifactId

ArtifactId

example
Version

Version

1.1.0
Type

Type

jar

Download example 1.1.0


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