Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.framework |
ArtifactId | ArtifactIdgeronimo-commands |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-commands-2.2.pom | |
geronimo-commands-2.2.jar | 148 KB |
geronimo-commands-2.2-sources.jar | 72 KB |
geronimo-commands-2.2-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-commands/ -->
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-commands</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-commands/
implementation 'org.apache.geronimo.framework:geronimo-commands:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-commands/
implementation ("org.apache.geronimo.framework:geronimo-commands:2.2")
'org.apache.geronimo.framework:geronimo-commands:jar:2.2'
<dependency org="org.apache.geronimo.framework" name="geronimo-commands" rev="2.2">
<artifact name="geronimo-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='geronimo-commands', version='2.2')
)
libraryDependencies += "org.apache.geronimo.framework" % "geronimo-commands" % "2.2"
[org.apache.geronimo.framework/geronimo-commands "2.2"]