GroupId | GroupIdcom.github.kleinerhacker |
---|---|
ArtifactId | ArtifactIdjremote-api |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jremote-api-0.1.0.pom | |
jremote-api-0.1.0.jar | 15 KB |
jremote-api-0.1.0-sources.jar | 13 KB |
jremote-api-0.1.0-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kleinerhacker/jremote-api/ -->
<dependency>
<groupId>com.github.kleinerhacker</groupId>
<artifactId>jremote-api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kleinerhacker/jremote-api/
implementation 'com.github.kleinerhacker:jremote-api:0.1.0'
// https://jarcasting.com/artifacts/com.github.kleinerhacker/jremote-api/
implementation ("com.github.kleinerhacker:jremote-api:0.1.0")
'com.github.kleinerhacker:jremote-api:jar:0.1.0'
<dependency org="com.github.kleinerhacker" name="jremote-api" rev="0.1.0">
<artifact name="jremote-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kleinerhacker', module='jremote-api', version='0.1.0')
)
libraryDependencies += "com.github.kleinerhacker" % "jremote-api" % "0.1.0"
[com.github.kleinerhacker/jremote-api "0.1.0"]