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