GroupId | GroupIdorg.objectweb.joram |
---|---|
ArtifactId | ArtifactIdconf |
Version | Version5.3.3.53 |
Type | Typejar |
Filename | Size |
---|---|
conf-5.3.3.53.pom | |
conf-5.3.3.53.jar | 3 KB |
conf-5.3.3.53-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/conf/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>conf</artifactId>
<version>5.3.3.53</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/conf/
implementation 'org.objectweb.joram:conf:5.3.3.53'
// https://jarcasting.com/artifacts/org.objectweb.joram/conf/
implementation ("org.objectweb.joram:conf:5.3.3.53")
'org.objectweb.joram:conf:jar:5.3.3.53'
<dependency org="org.objectweb.joram" name="conf" rev="5.3.3.53">
<artifact name="conf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='conf', version='5.3.3.53')
)
libraryDependencies += "org.objectweb.joram" % "conf" % "5.3.3.53"
[org.objectweb.joram/conf "5.3.3.53"]