GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdclashdetection |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
clashdetection-0.0.13.pom | |
clashdetection-0.0.13.jar | 30 KB |
clashdetection-0.0.13-sources.jar | 20 KB |
clashdetection-0.0.13-plugin.xml | 1 KB |
clashdetection-0.0.13-javadoc.jar | 62 KB |
clashdetection-0.0.13-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>clashdetection</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/
implementation 'org.opensourcebim:clashdetection:0.0.13'
// https://jarcasting.com/artifacts/org.opensourcebim/clashdetection/
implementation ("org.opensourcebim:clashdetection:0.0.13")
'org.opensourcebim:clashdetection:jar:0.0.13'
<dependency org="org.opensourcebim" name="clashdetection" rev="0.0.13">
<artifact name="clashdetection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='clashdetection', version='0.0.13')
)
libraryDependencies += "org.opensourcebim" % "clashdetection" % "0.0.13"
[org.opensourcebim/clashdetection "0.0.13"]