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