GroupId | GroupIdorg.openbaton |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
plugin-3.0.0-RC1.pom | |
plugin-3.0.0-RC1.jar | 12 KB |
plugin-3.0.0-RC1-sources.jar | 7 KB |
plugin-3.0.0-RC1-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbaton/plugin/ -->
<dependency>
<groupId>org.openbaton</groupId>
<artifactId>plugin</artifactId>
<version>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbaton/plugin/
implementation 'org.openbaton:plugin:3.0.0-RC1'
// https://jarcasting.com/artifacts/org.openbaton/plugin/
implementation ("org.openbaton:plugin:3.0.0-RC1")
'org.openbaton:plugin:jar:3.0.0-RC1'
<dependency org="org.openbaton" name="plugin" rev="3.0.0-RC1">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbaton', module='plugin', version='3.0.0-RC1')
)
libraryDependencies += "org.openbaton" % "plugin" % "3.0.0-RC1"
[org.openbaton/plugin "3.0.0-RC1"]