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