GroupId | GroupIdexcalibur |
---|---|
ArtifactId | ArtifactIdexcalibur-collections |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
excalibur-collections-1.0.pom | |
excalibur-collections-1.0.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/excalibur/excalibur-collections/ -->
<dependency>
<groupId>excalibur</groupId>
<artifactId>excalibur-collections</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/excalibur/excalibur-collections/
implementation 'excalibur:excalibur-collections:1.0'
// https://jarcasting.com/artifacts/excalibur/excalibur-collections/
implementation ("excalibur:excalibur-collections:1.0")
'excalibur:excalibur-collections:jar:1.0'
<dependency org="excalibur" name="excalibur-collections" rev="1.0">
<artifact name="excalibur-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='excalibur', module='excalibur-collections', version='1.0')
)
libraryDependencies += "excalibur" % "excalibur-collections" % "1.0"
[excalibur/excalibur-collections "1.0"]