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