Categories |
CategoriesGeronimo Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.apache.geronimo.modules |
ArtifactId | ArtifactIdgeronimo-cli |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-cli-2.0.1.pom | |
geronimo-cli-2.0.1.jar | 44 KB |
geronimo-cli-2.0.1-sources.jar | 45 KB |
geronimo-cli-2.0.1-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cli/ -->
<dependency>
<groupId>org.apache.geronimo.modules</groupId>
<artifactId>geronimo-cli</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cli/
implementation 'org.apache.geronimo.modules:geronimo-cli:2.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.modules/geronimo-cli/
implementation ("org.apache.geronimo.modules:geronimo-cli:2.0.1")
'org.apache.geronimo.modules:geronimo-cli:jar:2.0.1'
<dependency org="org.apache.geronimo.modules" name="geronimo-cli" rev="2.0.1">
<artifact name="geronimo-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.modules', module='geronimo-cli', version='2.0.1')
)
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-cli" % "2.0.1"
[org.apache.geronimo.modules/geronimo-cli "2.0.1"]