GroupId | GroupIdhu.icellmobilsoft.coffee |
---|---|
ArtifactId | ArtifactIdcoffee-tool |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
coffee-tool-1.0.0.pom | |
coffee-tool-1.0.0.jar | 69 KB |
coffee-tool-1.0.0-sources.jar | 56 KB |
coffee-tool-1.0.0-javadoc.jar | 704 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.icellmobilsoft.coffee/coffee-tool/ -->
<dependency>
<groupId>hu.icellmobilsoft.coffee</groupId>
<artifactId>coffee-tool</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.icellmobilsoft.coffee/coffee-tool/
implementation 'hu.icellmobilsoft.coffee:coffee-tool:1.0.0'
// https://jarcasting.com/artifacts/hu.icellmobilsoft.coffee/coffee-tool/
implementation ("hu.icellmobilsoft.coffee:coffee-tool:1.0.0")
'hu.icellmobilsoft.coffee:coffee-tool:jar:1.0.0'
<dependency org="hu.icellmobilsoft.coffee" name="coffee-tool" rev="1.0.0">
<artifact name="coffee-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.icellmobilsoft.coffee', module='coffee-tool', version='1.0.0')
)
libraryDependencies += "hu.icellmobilsoft.coffee" % "coffee-tool" % "1.0.0"
[hu.icellmobilsoft.coffee/coffee-tool "1.0.0"]