| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdde.alpharogroup |
| ArtifactId | ArtifactIddating.system.client |
| Version | Version2.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/dating.system.client/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>dating.system.client</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/dating.system.client/
implementation 'de.alpharogroup:dating.system.client:2.2.0'
// https://jarcasting.com/artifacts/de.alpharogroup/dating.system.client/
implementation ("de.alpharogroup:dating.system.client:2.2.0")
'de.alpharogroup:dating.system.client:jar:2.2.0'
<dependency org="de.alpharogroup" name="dating.system.client" rev="2.2.0">
<artifact name="dating.system.client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='dating.system.client', version='2.2.0')
)
libraryDependencies += "de.alpharogroup" % "dating.system.client" % "2.2.0"
[de.alpharogroup/dating.system.client "2.2.0"]