GroupId | GroupIdcom.github.to-ithaca |
---|---|
ArtifactId | ArtifactIdlibra_2.12 |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
libra_2.12-0.2.0.pom | |
libra_2.12-0.2.0.jar | 124 KB |
libra_2.12-0.2.0-sources.jar | 10 KB |
libra_2.12-0.2.0-javadoc.jar | 887 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.to-ithaca/libra_2.12/ -->
<dependency>
<groupId>com.github.to-ithaca</groupId>
<artifactId>libra_2.12</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.to-ithaca/libra_2.12/
implementation 'com.github.to-ithaca:libra_2.12:0.2.0'
// https://jarcasting.com/artifacts/com.github.to-ithaca/libra_2.12/
implementation ("com.github.to-ithaca:libra_2.12:0.2.0")
'com.github.to-ithaca:libra_2.12:jar:0.2.0'
<dependency org="com.github.to-ithaca" name="libra_2.12" rev="0.2.0">
<artifact name="libra_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.to-ithaca', module='libra_2.12', version='0.2.0')
)
libraryDependencies += "com.github.to-ithaca" % "libra_2.12" % "0.2.0"
[com.github.to-ithaca/libra_2.12 "0.2.0"]