GroupId | GroupIdhm.binkley |
---|---|
ArtifactId | ArtifactIdbinkley-concurrent |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/hm.binkley/binkley-concurrent/ -->
<dependency>
<groupId>hm.binkley</groupId>
<artifactId>binkley-concurrent</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/hm.binkley/binkley-concurrent/
implementation 'hm.binkley:binkley-concurrent:0.5'
// https://jarcasting.com/artifacts/hm.binkley/binkley-concurrent/
implementation ("hm.binkley:binkley-concurrent:0.5")
'hm.binkley:binkley-concurrent:jar:0.5'
<dependency org="hm.binkley" name="binkley-concurrent" rev="0.5">
<artifact name="binkley-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='hm.binkley', module='binkley-concurrent', version='0.5')
)
libraryDependencies += "hm.binkley" % "binkley-concurrent" % "0.5"
[hm.binkley/binkley-concurrent "0.5"]