is not current version
Last Version 2.6.0

be.cylab.mark:core 2.0.0

Core interfaces for the MARK server.

GroupId

GroupId

be.cylab.mark
ArtifactId

ArtifactId

core
Version

Version

2.0.0
Type

Type

jar

Download core 2.0.0


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