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