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