| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bimserverwar-1.5.186.war | 2024-11-21 | 112.0 MB | |
| bimserverjar-1.5.186.jar | 2024-11-21 | 112.4 MB | |
| BIMserver 1.5.186 source code.tar.gz | 2024-11-21 | 11.4 MB | |
| BIMserver 1.5.186 source code.zip | 2024-11-21 | 17.5 MB | |
| README.md | 2024-11-21 | 1.2 kB | |
| Totals: 5 Items | 253.3 MB | 0 | |
Attached files: bimserverjar-1.5.186.jar: Run on your desktop (just double click) bimserverwar-1.5.186.war: Run on a server (use Tomcat 8/9 or Jetty 9)
BIMserver Java Client (Tutorial on how to use it): https://github.com/opensourceBIM/BIMserver/wiki/BimServerClient
:::xml
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.186</version>
</dependency>
BIMserver Embedded
:::xml
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.186</version>
</dependency>
Release Notes
- support non-uniform scaling for reused geometry (thanks @muren400)
- changed render engine version info to combine branch and commit SHA in one version string which may have arbitrary structure for different implementations
- allow for complex plugin configurations
- another fix for basic schema conversion
- Eclipse Aether dependency update (moved to Apache Maven)
- fixes for [#1118], [#1155], [#1187], [#1222], [#1255] (thanks @mhendrikxce), [#1278], [#1323], [#1326]