Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.arthur.knights |
ArtifactId | ArtifactIdknights |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
knights-1.0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.arthur.knights/knights/ -->
<dependency>
<groupId>org.apache.geronimo.arthur.knights</groupId>
<artifactId>knights</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.arthur.knights/knights/
implementation 'org.apache.geronimo.arthur.knights:knights:1.0.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.arthur.knights/knights/
implementation ("org.apache.geronimo.arthur.knights:knights:1.0.1")
'org.apache.geronimo.arthur.knights:knights:pom:1.0.1'
<dependency org="org.apache.geronimo.arthur.knights" name="knights" rev="1.0.1">
<artifact name="knights" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.arthur.knights', module='knights', version='1.0.1')
)
libraryDependencies += "org.apache.geronimo.arthur.knights" % "knights" % "1.0.1"
[org.apache.geronimo.arthur.knights/knights "1.0.1"]