Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.ow2.frascati.examples |
ArtifactId | ArtifactIdreconfig |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
reconfig-1.2.pom | |
reconfig-1.2.jar | 17 KB |
reconfig-1.2-sources.jar | 12 KB |
reconfig-1.2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/reconfig/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>reconfig</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/reconfig/
implementation 'org.ow2.frascati.examples:reconfig:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/reconfig/
implementation ("org.ow2.frascati.examples:reconfig:1.2")
'org.ow2.frascati.examples:reconfig:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="reconfig" rev="1.2">
<artifact name="reconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='reconfig', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "reconfig" % "1.2"
[org.ow2.frascati.examples/reconfig "1.2"]