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