Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.testsupport |
ArtifactId | ArtifactIdtestsupport-commands |
Version | Version2.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-commands/ -->
<dependency>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport-commands</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-commands/
implementation 'org.apache.geronimo.testsupport:testsupport-commands:2.1.6'
// https://jarcasting.com/artifacts/org.apache.geronimo.testsupport/testsupport-commands/
implementation ("org.apache.geronimo.testsupport:testsupport-commands:2.1.6")
'org.apache.geronimo.testsupport:testsupport-commands:jar:2.1.6'
<dependency org="org.apache.geronimo.testsupport" name="testsupport-commands" rev="2.1.6">
<artifact name="testsupport-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.testsupport', module='testsupport-commands', version='2.1.6')
)
libraryDependencies += "org.apache.geronimo.testsupport" % "testsupport-commands" % "2.1.6"
[org.apache.geronimo.testsupport/testsupport-commands "2.1.6"]