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