| GroupId | GroupIdorg.opensourcebim |
|---|---|
| ArtifactId | ArtifactIdbimserverwar |
| Version | Version1.5.149 |
| Type | Typewar |
| Filename | Size |
|---|---|
| bimserverwar-1.5.149.pom | |
| bimserverwar-1.5.149.war | 111 MB |
| bimserverwar-1.5.149-sources.jar | 3 KB |
| bimserverwar-1.5.149-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverwar</artifactId>
<version>1.5.149</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/
implementation 'org.opensourcebim:bimserverwar:1.5.149'
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/
implementation ("org.opensourcebim:bimserverwar:1.5.149")
'org.opensourcebim:bimserverwar:war:1.5.149'
<dependency org="org.opensourcebim" name="bimserverwar" rev="1.5.149">
<artifact name="bimserverwar" type="war" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='bimserverwar', version='1.5.149')
)
libraryDependencies += "org.opensourcebim" % "bimserverwar" % "1.5.149"
[org.opensourcebim/bimserverwar "1.5.149"]