License |
License |
---|---|
GroupId | GroupIdorg.opensourcebim |
ArtifactId | ArtifactIdPluginBase |
Last Version | Last Version1.5.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPluginBase
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
|
Project Organization |
Project OrganizationOpenSource BIM |
Filename | Size |
---|---|
PluginBase-1.5.9.pom | |
PluginBase-1.5.9.jar | 12 MB |
PluginBase-1.5.9-sources.jar | 6 MB |
PluginBase-1.5.9-javadoc.jar | 39 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/PluginBase/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>PluginBase</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/PluginBase/
implementation 'org.opensourcebim:PluginBase:1.5.9'
// https://jarcasting.com/artifacts/org.opensourcebim/PluginBase/
implementation ("org.opensourcebim:PluginBase:1.5.9")
'org.opensourcebim:PluginBase:jar:1.5.9'
<dependency org="org.opensourcebim" name="PluginBase" rev="1.5.9">
<artifact name="PluginBase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='PluginBase', version='1.5.9')
)
libraryDependencies += "org.opensourcebim" % "PluginBase" % "1.5.9"
[org.opensourcebim/PluginBase "1.5.9"]