Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.objectweb.joram |
ArtifactId | ArtifactIdjoram-config |
Version | Version5.2.3 |
Type | Typejar |
Filename | Size |
---|---|
joram-config-5.2.3.pom | |
joram-config-5.2.3.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.joram/joram-config/ -->
<dependency>
<groupId>org.objectweb.joram</groupId>
<artifactId>joram-config</artifactId>
<version>5.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-config/
implementation 'org.objectweb.joram:joram-config:5.2.3'
// https://jarcasting.com/artifacts/org.objectweb.joram/joram-config/
implementation ("org.objectweb.joram:joram-config:5.2.3")
'org.objectweb.joram:joram-config:jar:5.2.3'
<dependency org="org.objectweb.joram" name="joram-config" rev="5.2.3">
<artifact name="joram-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.joram', module='joram-config', version='5.2.3')
)
libraryDependencies += "org.objectweb.joram" % "joram-config" % "5.2.3"
[org.objectweb.joram/joram-config "5.2.3"]