Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opoo.ootp |
ArtifactId | ArtifactIdootp-client |
Version | Version1.3.0 |
Type | Typepom |
Filename | Size |
---|---|
ootp-client-1.3.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/ -->
<dependency>
<groupId>org.opoo.ootp</groupId>
<artifactId>ootp-client</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/
implementation 'org.opoo.ootp:ootp-client:1.3.0'
// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/
implementation ("org.opoo.ootp:ootp-client:1.3.0")
'org.opoo.ootp:ootp-client:pom:1.3.0'
<dependency org="org.opoo.ootp" name="ootp-client" rev="1.3.0">
<artifact name="ootp-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opoo.ootp', module='ootp-client', version='1.3.0')
)
libraryDependencies += "org.opoo.ootp" % "ootp-client" % "1.3.0"
[org.opoo.ootp/ootp-client "1.3.0"]