| Группа | Группаorg.opensourcebim |
|---|---|
| Идентификатор | Идентификаторbimserverwar |
| Версия | Версия1.5.68 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| bimserverwar-1.5.68.pom | |
| bimserverwar-1.5.68.war | 72 MB |
| bimserverwar-1.5.68-sources.jar | 2 KB |
| bimserverwar-1.5.68-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bimserverwar</artifactId>
<version>1.5.68</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/
implementation 'org.opensourcebim:bimserverwar:1.5.68'
// https://jarcasting.com/artifacts/org.opensourcebim/bimserverwar/
implementation ("org.opensourcebim:bimserverwar:1.5.68")
'org.opensourcebim:bimserverwar:war:1.5.68'
<dependency org="org.opensourcebim" name="bimserverwar" rev="1.5.68">
<artifact name="bimserverwar" type="war" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='bimserverwar', version='1.5.68')
)
libraryDependencies += "org.opensourcebim" % "bimserverwar" % "1.5.68"
[org.opensourcebim/bimserverwar "1.5.68"]