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