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