License |
License |
---|---|
GroupId | GroupIdeu.seaclouds-project |
ArtifactId | ArtifactIdmatchmaker |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSeaClouds parent / project root,
serving as the ancestor POM for all projects --
declaring versions, profiles, and the modules to build
|
Filename | Size |
---|---|
matchmaker-1.0.0.pom | |
matchmaker-1.0.0.jar | 21 KB |
matchmaker-1.0.0-sources.jar | 16 KB |
matchmaker-1.0.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.seaclouds-project/matchmaker/ -->
<dependency>
<groupId>eu.seaclouds-project</groupId>
<artifactId>matchmaker</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.seaclouds-project/matchmaker/
implementation 'eu.seaclouds-project:matchmaker:1.0.0'
// https://jarcasting.com/artifacts/eu.seaclouds-project/matchmaker/
implementation ("eu.seaclouds-project:matchmaker:1.0.0")
'eu.seaclouds-project:matchmaker:jar:1.0.0'
<dependency org="eu.seaclouds-project" name="matchmaker" rev="1.0.0">
<artifact name="matchmaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.seaclouds-project', module='matchmaker', version='1.0.0')
)
libraryDependencies += "eu.seaclouds-project" % "matchmaker" % "1.0.0"
[eu.seaclouds-project/matchmaker "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
eu.seaclouds-project : common | jar | 1.0.0 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |