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