Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.sheehantech.cherry |
ArtifactId | ArtifactIdcherry-pool |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cherry-pool-1.0.0.pom | |
cherry-pool-1.0.0.jar | 16 KB |
cherry-pool-1.0.0-sources.jar | 12 KB |
cherry-pool-1.0.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-pool/ -->
<dependency>
<groupId>net.sheehantech.cherry</groupId>
<artifactId>cherry-pool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-pool/
implementation 'net.sheehantech.cherry:cherry-pool:1.0.0'
// https://jarcasting.com/artifacts/net.sheehantech.cherry/cherry-pool/
implementation ("net.sheehantech.cherry:cherry-pool:1.0.0")
'net.sheehantech.cherry:cherry-pool:jar:1.0.0'
<dependency org="net.sheehantech.cherry" name="cherry-pool" rev="1.0.0">
<artifact name="cherry-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sheehantech.cherry', module='cherry-pool', version='1.0.0')
)
libraryDependencies += "net.sheehantech.cherry" % "cherry-pool" % "1.0.0"
[net.sheehantech.cherry/cherry-pool "1.0.0"]