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