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