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