Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdsystems.ora |
ArtifactId | ArtifactIdora-client |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
ora-client-0.7.pom | |
ora-client-0.7.jar | 7 KB |
ora-client-0.7-sources.jar | 3 KB |
ora-client-0.7-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/systems.ora/ora-client/ -->
<dependency>
<groupId>systems.ora</groupId>
<artifactId>ora-client</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/systems.ora/ora-client/
implementation 'systems.ora:ora-client:0.7'
// https://jarcasting.com/artifacts/systems.ora/ora-client/
implementation ("systems.ora:ora-client:0.7")
'systems.ora:ora-client:jar:0.7'
<dependency org="systems.ora" name="ora-client" rev="0.7">
<artifact name="ora-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='systems.ora', module='ora-client', version='0.7')
)
libraryDependencies += "systems.ora" % "ora-client" % "0.7"
[systems.ora/ora-client "0.7"]