MVN

be.cylab.mark : example

Maven & Gradle

Aug 24, 2021

example · Example mark server

<dependency>
    <groupId>be.cylab.mark</groupId>
    <artifactId>example</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.cylab.mark : example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0
  • Latest Release Candidate: 1.3.3-RC1

All Versions

Choose a version of be.cylab.mark : example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
example-2.6.0
2.5.x
example-2.5.3
example-2.5.2
example-2.5.1
example-2.5.0
2.3.x
example-2.3.0
2.2.x
example-2.2.2
example-2.2.1
example-2.2.0
2.1.x
example-2.1.1
2.0.x
example-2.0.0
1.5.x
example-1.5.3
example-1.5.2
example-1.5.1
example-1.5.0
1.4.x
example-1.4.0
1.3.x
example-1.3.3-RC1
example-1.3.2
example-1.3.1
example-1.3.0
1.2.x
example-1.2.0
1.1.x
example-1.1.0
1.0.x
example-1.0.0-RC1
0.0.x
example-0.0.28
example-0.0.27
example-0.0.26
example-0.0.25
example-0.0.23
example-0.0.22

How to add a dependency to Maven

Add the following be.cylab.mark : example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.cylab.mark</groupId>
    <artifactId>example</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.cylab.mark : example gradle dependency to your build.gradle file:

implementation 'be.cylab.mark:example:2.6.0'

Gradle Kotlin DSL: Add the following be.cylab.mark : example gradle kotlin dependency to your build.gradle.kts file:

implementation("be.cylab.mark:example:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.cylab.mark : example sbt scala dependency to your build.sbt file:

libraryDependencies += "be.cylab.mark" % "example" % "2.6.0"

Advertisement