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