| License | License
                                                        A License                                                 | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.opoo.ootp | 
| ArtifactId | ArtifactIdootp-client | 
| Last Version | Last Version1.4.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionootp-client ootp-client | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| ootp-client-1.4.3.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/ -->
<dependency>
    <groupId>org.opoo.ootp</groupId>
    <artifactId>ootp-client</artifactId>
    <version>1.4.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/
implementation 'org.opoo.ootp:ootp-client:1.4.3'// https://jarcasting.com/artifacts/org.opoo.ootp/ootp-client/
implementation ("org.opoo.ootp:ootp-client:1.4.3")'org.opoo.ootp:ootp-client:pom:1.4.3'<dependency org="org.opoo.ootp" name="ootp-client" rev="1.4.3">
  <artifact name="ootp-client" type="pom" />
</dependency>@Grapes(
@Grab(group='org.opoo.ootp', module='ootp-client', version='1.4.3')
)libraryDependencies += "org.opoo.ootp" % "ootp-client" % "1.4.3"[org.opoo.ootp/ootp-client "1.4.3"]