is not current version
Last Version 27.0.0.Alpha1

org.wildfly:jdr 10.0.0.CR4


Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly
ArtifactId

ArtifactId

jdr
Version

Version

10.0.0.CR4
Type

Type

pom

Download jdr 10.0.0.CR4

Filename Size
jdr-10.0.0.CR4.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.wildfly/jdr/ -->
<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>jdr</artifactId>
    <version>10.0.0.CR4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/jdr/
implementation 'org.wildfly:jdr:10.0.0.CR4'
// https://jarcasting.com/artifacts/org.wildfly/jdr/
implementation ("org.wildfly:jdr:10.0.0.CR4")
'org.wildfly:jdr:pom:10.0.0.CR4'
<dependency org="org.wildfly" name="jdr" rev="10.0.0.CR4">
  <artifact name="jdr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='jdr', version='10.0.0.CR4')
)
libraryDependencies += "org.wildfly" % "jdr" % "10.0.0.CR4"
[org.wildfly/jdr "10.0.0.CR4"]