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