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