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