is not current version
Last Version 2.0.0

org.opensourcebim:pluginbase 1.5.153

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

GroupId

GroupId

org.opensourcebim
ArtifactId

ArtifactId

pluginbase
Version

Version

1.5.153
Type

Type

jar

Download pluginbase 1.5.153


<!-- https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/ -->
<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>pluginbase</artifactId>
    <version>1.5.153</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation 'org.opensourcebim:pluginbase:1.5.153'
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation ("org.opensourcebim:pluginbase:1.5.153")
'org.opensourcebim:pluginbase:jar:1.5.153'
<dependency org="org.opensourcebim" name="pluginbase" rev="1.5.153">
  <artifact name="pluginbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='pluginbase', version='1.5.153')
)
libraryDependencies += "org.opensourcebim" % "pluginbase" % "1.5.153"
[org.opensourcebim/pluginbase "1.5.153"]