| GroupId | GroupIdcolt |
|---|---|
| ArtifactId | ArtifactIdcolt |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| colt-1.2.0.pom | |
| colt-1.2.0.jar | 568 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/colt/colt/ -->
<dependency>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/colt/colt/
implementation 'colt:colt:1.2.0'
// https://jarcasting.com/artifacts/colt/colt/
implementation ("colt:colt:1.2.0")
'colt:colt:jar:1.2.0'
<dependency org="colt" name="colt" rev="1.2.0">
<artifact name="colt" type="jar" />
</dependency>
@Grapes(
@Grab(group='colt', module='colt', version='1.2.0')
)
libraryDependencies += "colt" % "colt" % "1.2.0"
[colt "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| concurrent : concurrent | jar | 1.3.4 |