GroupId | GroupIdorg.openengsb.framework |
---|---|
ArtifactId | ArtifactIdopenengsb-framework-root |
Version | Version2.4.2 |
Type | Typepom |
Filename | Size |
---|---|
openengsb-framework-root-2.4.2.pom | 10 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.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation 'org.openengsb.framework:openengsb-framework-root:2.4.2'
// https://jarcasting.com/artifacts/org.openengsb.framework/openengsb-framework-root/
implementation ("org.openengsb.framework:openengsb-framework-root:2.4.2")
'org.openengsb.framework:openengsb-framework-root:pom:2.4.2'
<dependency org="org.openengsb.framework" name="openengsb-framework-root" rev="2.4.2">
<artifact name="openengsb-framework-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.framework', module='openengsb-framework-root', version='2.4.2')
)
libraryDependencies += "org.openengsb.framework" % "openengsb-framework-root" % "2.4.2"
[org.openengsb.framework/openengsb-framework-root "2.4.2"]