GroupId | GroupIdorg.guvnor |
---|---|
ArtifactId | ArtifactIdguvnor-m2repo-editor-backend |
Version | Version7.4.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.guvnor/guvnor-m2repo-editor-backend/ -->
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-m2repo-editor-backend</artifactId>
<version>7.4.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.guvnor/guvnor-m2repo-editor-backend/
implementation 'org.guvnor:guvnor-m2repo-editor-backend:7.4.0.Final'
// https://jarcasting.com/artifacts/org.guvnor/guvnor-m2repo-editor-backend/
implementation ("org.guvnor:guvnor-m2repo-editor-backend:7.4.0.Final")
'org.guvnor:guvnor-m2repo-editor-backend:jar:7.4.0.Final'
<dependency org="org.guvnor" name="guvnor-m2repo-editor-backend" rev="7.4.0.Final">
<artifact name="guvnor-m2repo-editor-backend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.guvnor', module='guvnor-m2repo-editor-backend', version='7.4.0.Final')
)
libraryDependencies += "org.guvnor" % "guvnor-m2repo-editor-backend" % "7.4.0.Final"
[org.guvnor/guvnor-m2repo-editor-backend "7.4.0.Final"]