BIMserver 1.5.122
Pre-release
Pre-release
Developers release
Note: A minor bug in the setup process: At the end, when you click on the BIMvie.ws link, it will redirect you to http(s)://[address]/apps/bimviews. A trailing slash is missing here, so you need to add it yourself. The link in the BIMserver frontpage is correct.
Attached files:
bimserverjar-1.5.122.jar: Run on your desktop (just double click)
bimserverwar-1.5.122.war: Run on a server (use Tomcat 8 / Jetty 9)
BIMserver Java Client (Tutorial on how to use it): https://github.com/opensourceBIM/BIMserver/wiki/BimServerClient)
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverclientlib</artifactId>
<version>1.5.122</version>
</dependency>
BIMserver Embedded
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserver</artifactId>
<version>1.5.122</version>
</dependency>