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