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