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