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