GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdbcfaggregation |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bcfaggregation-0.0.1.pom | |
bcfaggregation-0.0.1.jar | 18 KB |
bcfaggregation-0.0.1-sources.jar | 9 KB |
bcfaggregation-0.0.1-plugin.xml | 417 bytes |
bcfaggregation-0.0.1-javadoc.jar | 56 KB |
bcfaggregation-0.0.1-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/bcfaggregation/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bcfaggregation</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/bcfaggregation/
implementation 'org.opensourcebim:bcfaggregation:0.0.1'
// https://jarcasting.com/artifacts/org.opensourcebim/bcfaggregation/
implementation ("org.opensourcebim:bcfaggregation:0.0.1")
'org.opensourcebim:bcfaggregation:jar:0.0.1'
<dependency org="org.opensourcebim" name="bcfaggregation" rev="0.0.1">
<artifact name="bcfaggregation" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='bcfaggregation', version='0.0.1')
)
libraryDependencies += "org.opensourcebim" % "bcfaggregation" % "0.0.1"
[org.opensourcebim/bcfaggregation "0.0.1"]