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