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