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