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