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