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