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