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