Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.framework |
ArtifactId | ArtifactIdgeronimo-commands |
Version | Version2.1.8 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-commands-2.1.8.pom | |
geronimo-commands-2.1.8.jar | 130 KB |
geronimo-commands-2.1.8-sources.jar | 65 KB |
geronimo-commands-2.1.8-javadoc.jar | 223 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.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-commands/
implementation 'org.apache.geronimo.framework:geronimo-commands:2.1.8'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-commands/
implementation ("org.apache.geronimo.framework:geronimo-commands:2.1.8")
'org.apache.geronimo.framework:geronimo-commands:jar:2.1.8'
<dependency org="org.apache.geronimo.framework" name="geronimo-commands" rev="2.1.8">
<artifact name="geronimo-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='geronimo-commands', version='2.1.8')
)
libraryDependencies += "org.apache.geronimo.framework" % "geronimo-commands" % "2.1.8"
[org.apache.geronimo.framework/geronimo-commands "2.1.8"]