GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdbcf |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
bcf-0.0.7.pom | |
bcf-0.0.7.jar | 53 KB |
bcf-0.0.7-sources.jar | 46 KB |
bcf-0.0.7-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/bcf/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bcf</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/bcf/
implementation 'org.opensourcebim:bcf:0.0.7'
// https://jarcasting.com/artifacts/org.opensourcebim/bcf/
implementation ("org.opensourcebim:bcf:0.0.7")
'org.opensourcebim:bcf:jar:0.0.7'
<dependency org="org.opensourcebim" name="bcf" rev="0.0.7">
<artifact name="bcf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='bcf', version='0.0.7')
)
libraryDependencies += "org.opensourcebim" % "bcf" % "0.0.7"
[org.opensourcebim/bcf "0.0.7"]