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