GroupId | GroupIdcom.github.tkrs |
---|---|
ArtifactId | ArtifactIdfluflu-core_2.12 |
Version | Version0.5.5 |
Type | Typejar |
Filename | Size |
---|---|
fluflu-core_2.12-0.5.5.pom | |
fluflu-core_2.12-0.5.5.jar | 33 KB |
fluflu-core_2.12-0.5.5-sources.jar | 3 KB |
fluflu-core_2.12-0.5.5-javadoc.jar | 645 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tkrs/fluflu-core_2.12/ -->
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>fluflu-core_2.12</artifactId>
<version>0.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/fluflu-core_2.12/
implementation 'com.github.tkrs:fluflu-core_2.12:0.5.5'
// https://jarcasting.com/artifacts/com.github.tkrs/fluflu-core_2.12/
implementation ("com.github.tkrs:fluflu-core_2.12:0.5.5")
'com.github.tkrs:fluflu-core_2.12:jar:0.5.5'
<dependency org="com.github.tkrs" name="fluflu-core_2.12" rev="0.5.5">
<artifact name="fluflu-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='fluflu-core_2.12', version='0.5.5')
)
libraryDependencies += "com.github.tkrs" % "fluflu-core_2.12" % "0.5.5"
[com.github.tkrs/fluflu-core_2.12 "0.5.5"]