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