GroupId | GroupIdorg.openengsb.tooling |
---|---|
ArtifactId | ArtifactIdopenengsb-tooling-parent |
Version | Version1.2.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
openengsb-tooling-parent-1.2.1.RELEASE.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-parent/ -->
<dependency>
<groupId>org.openengsb.tooling</groupId>
<artifactId>openengsb-tooling-parent</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-parent/
implementation 'org.openengsb.tooling:openengsb-tooling-parent:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.openengsb.tooling/openengsb-tooling-parent/
implementation ("org.openengsb.tooling:openengsb-tooling-parent:1.2.1.RELEASE")
'org.openengsb.tooling:openengsb-tooling-parent:pom:1.2.1.RELEASE'
<dependency org="org.openengsb.tooling" name="openengsb-tooling-parent" rev="1.2.1.RELEASE">
<artifact name="openengsb-tooling-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.tooling', module='openengsb-tooling-parent', version='1.2.1.RELEASE')
)
libraryDependencies += "org.openengsb.tooling" % "openengsb-tooling-parent" % "1.2.1.RELEASE"
[org.openengsb.tooling/openengsb-tooling-parent "1.2.1.RELEASE"]