| GroupId | GroupIdorg.opensourcebim |
|---|---|
| ArtifactId | ArtifactIdBuildingSMARTLibrary |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| BuildingSMARTLibrary-1.0.0.pom | |
| BuildingSMARTLibrary-1.0.0.jar | 302 KB |
| BuildingSMARTLibrary-1.0.0-sources.jar | 373 KB |
| BuildingSMARTLibrary-1.0.0-javadoc.jar | 428 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/BuildingSMARTLibrary/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>BuildingSMARTLibrary</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/BuildingSMARTLibrary/
implementation 'org.opensourcebim:BuildingSMARTLibrary:1.0.0'
// https://jarcasting.com/artifacts/org.opensourcebim/BuildingSMARTLibrary/
implementation ("org.opensourcebim:BuildingSMARTLibrary:1.0.0")
'org.opensourcebim:BuildingSMARTLibrary:jar:1.0.0'
<dependency org="org.opensourcebim" name="BuildingSMARTLibrary" rev="1.0.0">
<artifact name="BuildingSMARTLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='BuildingSMARTLibrary', version='1.0.0')
)
libraryDependencies += "org.opensourcebim" % "BuildingSMARTLibrary" % "1.0.0"
[org.opensourcebim/BuildingSMARTLibrary "1.0.0"]