GroupId | GroupIdorg.parancoe |
---|---|
ArtifactId | ArtifactIdparancoe-plugin-dwr |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-dwr/ -->
<dependency>
<groupId>org.parancoe</groupId>
<artifactId>parancoe-plugin-dwr</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-dwr/
implementation 'org.parancoe:parancoe-plugin-dwr:2.0.1'
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-dwr/
implementation ("org.parancoe:parancoe-plugin-dwr:2.0.1")
'org.parancoe:parancoe-plugin-dwr:jar:2.0.1'
<dependency org="org.parancoe" name="parancoe-plugin-dwr" rev="2.0.1">
<artifact name="parancoe-plugin-dwr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.parancoe', module='parancoe-plugin-dwr', version='2.0.1')
)
libraryDependencies += "org.parancoe" % "parancoe-plugin-dwr" % "2.0.1"
[org.parancoe/parancoe-plugin-dwr "2.0.1"]