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