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