| GroupId | GroupIdcom.github.daddykotex |
|---|---|
| ArtifactId | ArtifactIdcourier-for-cats_2.12 |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| courier-for-cats_2.12-1.1.0.pom | |
| courier-for-cats_2.12-1.1.0.jar | 3 KB |
| courier-for-cats_2.12-1.1.0-sources.jar | 534 bytes |
| courier-for-cats_2.12-1.1.0-javadoc.jar | 625 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.daddykotex/courier-for-cats_2.12/ -->
<dependency>
<groupId>com.github.daddykotex</groupId>
<artifactId>courier-for-cats_2.12</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daddykotex/courier-for-cats_2.12/
implementation 'com.github.daddykotex:courier-for-cats_2.12:1.1.0'
// https://jarcasting.com/artifacts/com.github.daddykotex/courier-for-cats_2.12/
implementation ("com.github.daddykotex:courier-for-cats_2.12:1.1.0")
'com.github.daddykotex:courier-for-cats_2.12:jar:1.1.0'
<dependency org="com.github.daddykotex" name="courier-for-cats_2.12" rev="1.1.0">
<artifact name="courier-for-cats_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daddykotex', module='courier-for-cats_2.12', version='1.1.0')
)
libraryDependencies += "com.github.daddykotex" % "courier-for-cats_2.12" % "1.1.0"
[com.github.daddykotex/courier-for-cats_2.12 "1.1.0"]