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