GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdpluginbase |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
pluginbase-2.0.0.pom | |
pluginbase-2.0.0.jar | 13 MB |
pluginbase-2.0.0-sources.jar | 7 MB |
pluginbase-2.0.0-javadoc.jar | 41 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>pluginbase</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation 'org.opensourcebim:pluginbase:2.0.0'
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation ("org.opensourcebim:pluginbase:2.0.0")
'org.opensourcebim:pluginbase:jar:2.0.0'
<dependency org="org.opensourcebim" name="pluginbase" rev="2.0.0">
<artifact name="pluginbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='pluginbase', version='2.0.0')
)
libraryDependencies += "org.opensourcebim" % "pluginbase" % "2.0.0"
[org.opensourcebim/pluginbase "2.0.0"]