Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ow2.joram |
ArtifactId | ArtifactIdjoram-client |
Version | Version5.9.0 |
Type | Typepom |
Filename | Size |
---|---|
joram-client-5.9.0.pom | 711 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.joram/joram-client/ -->
<dependency>
<groupId>org.ow2.joram</groupId>
<artifactId>joram-client</artifactId>
<version>5.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.joram/joram-client/
implementation 'org.ow2.joram:joram-client:5.9.0'
// https://jarcasting.com/artifacts/org.ow2.joram/joram-client/
implementation ("org.ow2.joram:joram-client:5.9.0")
'org.ow2.joram:joram-client:pom:5.9.0'
<dependency org="org.ow2.joram" name="joram-client" rev="5.9.0">
<artifact name="joram-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.joram', module='joram-client', version='5.9.0')
)
libraryDependencies += "org.ow2.joram" % "joram-client" % "5.9.0"
[org.ow2.joram/joram-client "5.9.0"]