GroupId | GroupIdorg.femtoframework.coin |
---|---|
ArtifactId | ArtifactIdcoin-core |
Version | Version7.2.0 |
Type | Typejar |
Filename | Size |
---|---|
coin-core-7.2.0.pom | |
coin-core-7.2.0.jar | 186 KB |
coin-core-7.2.0-sources.jar | 128 KB |
coin-core-7.2.0-javadoc.jar | 932 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.femtoframework.coin/coin-core/ -->
<dependency>
<groupId>org.femtoframework.coin</groupId>
<artifactId>coin-core</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.femtoframework.coin/coin-core/
implementation 'org.femtoframework.coin:coin-core:7.2.0'
// https://jarcasting.com/artifacts/org.femtoframework.coin/coin-core/
implementation ("org.femtoframework.coin:coin-core:7.2.0")
'org.femtoframework.coin:coin-core:jar:7.2.0'
<dependency org="org.femtoframework.coin" name="coin-core" rev="7.2.0">
<artifact name="coin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.femtoframework.coin', module='coin-core', version='7.2.0')
)
libraryDependencies += "org.femtoframework.coin" % "coin-core" % "7.2.0"
[org.femtoframework.coin/coin-core "7.2.0"]