GroupId | GroupIdcom.github.tkrs |
---|---|
ArtifactId | ArtifactIdmess-core_2.12 |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
mess-core_2.12-0.0.8.pom | |
mess-core_2.12-0.0.8.jar | 271 KB |
mess-core_2.12-0.0.8-sources.jar | 7 KB |
mess-core_2.12-0.0.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.12/ -->
<dependency>
<groupId>com.github.tkrs</groupId>
<artifactId>mess-core_2.12</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.12/
implementation 'com.github.tkrs:mess-core_2.12:0.0.8'
// https://jarcasting.com/artifacts/com.github.tkrs/mess-core_2.12/
implementation ("com.github.tkrs:mess-core_2.12:0.0.8")
'com.github.tkrs:mess-core_2.12:jar:0.0.8'
<dependency org="com.github.tkrs" name="mess-core_2.12" rev="0.0.8">
<artifact name="mess-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tkrs', module='mess-core_2.12', version='0.0.8')
)
libraryDependencies += "com.github.tkrs" % "mess-core_2.12" % "0.0.8"
[com.github.tkrs/mess-core_2.12 "0.0.8"]