| License |
License |
|---|---|
| GroupId | GroupIdbe.cylab.mark |
| ArtifactId | ArtifactIdexample |
| Last Version | Last Version2.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionexample
Example mark server
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| example-2.6.0.pom | |
| example-2.6.0.jar | 6 KB |
| example-2.6.0-sources.jar | 4 KB |
| example-2.6.0-javadoc.jar | 411 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/be.cylab.mark/example/ -->
<dependency>
<groupId>be.cylab.mark</groupId>
<artifactId>example</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.cylab.mark/example/
implementation 'be.cylab.mark:example:2.6.0'
// https://jarcasting.com/artifacts/be.cylab.mark/example/
implementation ("be.cylab.mark:example:2.6.0")
'be.cylab.mark:example:jar:2.6.0'
<dependency org="be.cylab.mark" name="example" rev="2.6.0">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.cylab.mark', module='example', version='2.6.0')
)
libraryDependencies += "be.cylab.mark" % "example" % "2.6.0"
[be.cylab.mark/example "2.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| be.cylab.mark : client | jar | 2.6.0 |
| be.cylab.mark : core | jar | 2.6.0 |
| be.cylab.mark : server | jar | 2.6.0 |
| org.mongodb : bson | jar | 3.11.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |