Categories |
CategoriesGeronimo Container Application Servers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.geronimo.config |
ArtifactId | ArtifactIdgeronimo-config-impl |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-config-impl-1.2.pom | |
geronimo-config-impl-1.2.jar | 70 KB |
geronimo-config-impl-1.2-sources.jar | 52 KB |
geronimo-config-impl-1.2-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.config/geronimo-config-impl/ -->
<dependency>
<groupId>org.apache.geronimo.config</groupId>
<artifactId>geronimo-config-impl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.config/geronimo-config-impl/
implementation 'org.apache.geronimo.config:geronimo-config-impl:1.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.config/geronimo-config-impl/
implementation ("org.apache.geronimo.config:geronimo-config-impl:1.2")
'org.apache.geronimo.config:geronimo-config-impl:jar:1.2'
<dependency org="org.apache.geronimo.config" name="geronimo-config-impl" rev="1.2">
<artifact name="geronimo-config-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.config', module='geronimo-config-impl', version='1.2')
)
libraryDependencies += "org.apache.geronimo.config" % "geronimo-config-impl" % "1.2"
[org.apache.geronimo.config/geronimo-config-impl "1.2"]