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