is not current version
Last Version 2.6.0

be.cylab.mark:example 1.3.3-RC1

Example mark server

GroupId

GroupId

be.cylab.mark
ArtifactId

ArtifactId

example
Version

Version

1.3.3-RC1
Type

Type

jar

Download example 1.3.3-RC1


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