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