| GroupId | GroupIdorg.apache.excalibur |
|---|---|
| ArtifactId | ArtifactIdexcalibur |
| Version | Version2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| excalibur-2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/ -->
<dependency>
<groupId>org.apache.excalibur</groupId>
<artifactId>excalibur</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/
implementation 'org.apache.excalibur:excalibur:2'
// https://jarcasting.com/artifacts/org.apache.excalibur/excalibur/
implementation ("org.apache.excalibur:excalibur:2")
'org.apache.excalibur:excalibur:pom:2'
<dependency org="org.apache.excalibur" name="excalibur" rev="2">
<artifact name="excalibur" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.excalibur', module='excalibur', version='2')
)
libraryDependencies += "org.apache.excalibur" % "excalibur" % "2"
[org.apache.excalibur/excalibur "2"]