GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdplugin-backend |
Version | Version1.9.137 |
Type | Typejar |
Filename | Size |
---|---|
plugin-backend-1.9.137.pom | |
plugin-backend-1.9.137.jar | 54 KB |
plugin-backend-1.9.137-sources.jar | 28 KB |
plugin-backend-1.9.137-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-backend/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>plugin-backend</artifactId>
<version>1.9.137</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-backend/
implementation 'org.webpieces:plugin-backend:1.9.137'
// https://jarcasting.com/artifacts/org.webpieces/plugin-backend/
implementation ("org.webpieces:plugin-backend:1.9.137")
'org.webpieces:plugin-backend:jar:1.9.137'
<dependency org="org.webpieces" name="plugin-backend" rev="1.9.137">
<artifact name="plugin-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-backend', version='1.9.137')
)
libraryDependencies += "org.webpieces" % "plugin-backend" % "1.9.137"
[org.webpieces/plugin-backend "1.9.137"]