GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdbimserverjar |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
bimserverjar-2.0.0.pom | |
bimserverjar-2.0.0.jar | 112 MB |
bimserverjar-2.0.0-sources.jar | 22 KB |
bimserverjar-2.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/bimserverjar/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverjar</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverjar/
implementation 'org.opensourcebim:bimserverjar:2.0.0'
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverjar/
implementation ("org.opensourcebim:bimserverjar:2.0.0")
'org.opensourcebim:bimserverjar:jar:2.0.0'
<dependency org="org.opensourcebim" name="bimserverjar" rev="2.0.0">
<artifact name="bimserverjar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='bimserverjar', version='2.0.0')
)
libraryDependencies += "org.opensourcebim" % "bimserverjar" % "2.0.0"
[org.opensourcebim/bimserverjar "2.0.0"]