GroupId | GroupIdcom.github.daddykotex |
---|---|
ArtifactId | ArtifactIdcourier_2.10 |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
courier_2.10-1.0.0-RC2.pom | |
courier_2.10-1.0.0-RC2.jar | 70 KB |
courier_2.10-1.0.0-RC2-sources.jar | 4 KB |
courier_2.10-1.0.0-RC2-javadoc.jar | 382 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.daddykotex/courier_2.10/ -->
<dependency>
<groupId>com.github.daddykotex</groupId>
<artifactId>courier_2.10</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daddykotex/courier_2.10/
implementation 'com.github.daddykotex:courier_2.10:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.daddykotex/courier_2.10/
implementation ("com.github.daddykotex:courier_2.10:1.0.0-RC2")
'com.github.daddykotex:courier_2.10:jar:1.0.0-RC2'
<dependency org="com.github.daddykotex" name="courier_2.10" rev="1.0.0-RC2">
<artifact name="courier_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daddykotex', module='courier_2.10', version='1.0.0-RC2')
)
libraryDependencies += "com.github.daddykotex" % "courier_2.10" % "1.0.0-RC2"
[com.github.daddykotex/courier_2.10 "1.0.0-RC2"]