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