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