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