GroupId | GroupIdorg.zeroturnaround |
---|---|
ArtifactId | ArtifactIdjavarebel-integration |
Version | Version2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
javarebel-integration-2.0-RC1.pom | |
javarebel-integration-2.0-RC1.jar | 32 KB |
javarebel-integration-2.0-RC1-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-integration/ -->
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>javarebel-integration</artifactId>
<version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-integration/
implementation 'org.zeroturnaround:javarebel-integration:2.0-RC1'
// https://jarcasting.com/artifacts/org.zeroturnaround/javarebel-integration/
implementation ("org.zeroturnaround:javarebel-integration:2.0-RC1")
'org.zeroturnaround:javarebel-integration:jar:2.0-RC1'
<dependency org="org.zeroturnaround" name="javarebel-integration" rev="2.0-RC1">
<artifact name="javarebel-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zeroturnaround', module='javarebel-integration', version='2.0-RC1')
)
libraryDependencies += "org.zeroturnaround" % "javarebel-integration" % "2.0-RC1"
[org.zeroturnaround/javarebel-integration "2.0-RC1"]