| GroupId | GroupIdorg.opensourcebim |
|---|---|
| ArtifactId | ArtifactIdpluginbase |
| Version | Version1.5.88 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pluginbase-1.5.88.pom | |
| pluginbase-1.5.88.jar | 12 MB |
| pluginbase-1.5.88-sources.jar | 6 MB |
| pluginbase-1.5.88-javadoc.jar | 40 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>pluginbase</artifactId>
<version>1.5.88</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation 'org.opensourcebim:pluginbase:1.5.88'
// https://jarcasting.com/artifacts/org.opensourcebim/pluginbase/
implementation ("org.opensourcebim:pluginbase:1.5.88")
'org.opensourcebim:pluginbase:jar:1.5.88'
<dependency org="org.opensourcebim" name="pluginbase" rev="1.5.88">
<artifact name="pluginbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='pluginbase', version='1.5.88')
)
libraryDependencies += "org.opensourcebim" % "pluginbase" % "1.5.88"
[org.opensourcebim/pluginbase "1.5.88"]