GroupId | GroupIdorg.openengsb.framework |
---|---|
ArtifactId | ArtifactIdopenengsb-framework-root |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
openengsb-framework-root-2.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/ -->
<dependency>
<groupId>org.openengsb.framework</groupId>
<artifactId>openengsb-framework-root</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation 'org.openengsb.framework:openengsb-framework-root:2.0.0'
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation ("org.openengsb.framework:openengsb-framework-root:2.0.0")
'org.openengsb.framework:openengsb-framework-root:pom:2.0.0'
<dependency org="org.openengsb.framework" name="openengsb-framework-root" rev="2.0.0">
<artifact name="openengsb-framework-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.framework', module='openengsb-framework-root', version='2.0.0')
)
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-root" % "2.0.0"
[org.openengsb.framework/openengsb-framework-root "2.0.0"]