GroupId | GroupIdorg.zeroturnaround |
---|---|
ArtifactId | ArtifactIdjavarebel-sdk |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaRebel SDK
|
Filename | Size |
---|---|
javarebel-sdk-2.0.2.pom | |
javarebel-sdk-2.0.2.jar | 50 KB |
javarebel-sdk-2.0.2-sources.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-sdk/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>javarebel-sdk</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-sdk/
implementation 'org.zeroturnaround:javarebel-sdk:2.0.2'
// https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-sdk/
implementation ("org.zeroturnaround:javarebel-sdk:2.0.2")
'org.zeroturnaround:javarebel-sdk:jar:2.0.2'
<dependency org="org.zeroturnaround" name="javarebel-sdk" rev="2.0.2">
<artifact name="javarebel-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='javarebel-sdk', version='2.0.2')
)
libraryDependencies += "org.zeroturnaround" % "javarebel-sdk" % "2.0.2"
[org.zeroturnaround/javarebel-sdk "2.0.2"]