is not current version
Last Version 27.0.0.Alpha1

org.wildfly:jdr 10.0.0.CR3


Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly
ArtifactId

ArtifactId

jdr
Version

Version

10.0.0.CR3
Type

Type

pom

Download jdr 10.0.0.CR3

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

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