Download ifcParserLib-0.2.jar file - Jar i

Jar examples for i:ifcParserLib

Description

ifcParserLib is a set of reusable Java components that implement functionality for IFC file parsing.

You can download jar file ifcParserLib 0.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add ifcParserLib-0.2.jar to your project.

<dependency>
   <groupId>com.github.pipauwel</groupId>
   <artifactId>ifcParserLib</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'com.github.pipauwel', name: 'ifcParserLib', version: '0.2'
libraryDependencies += "com.github.pipauwel" % "ifcParserLib" % "0.2"
<dependency org="com.github.pipauwel" name="ifcParserLib" rev="0.2"/>
@Grapes(@Grab(group='com.github.pipauwel', module='ifcParserLib', version='0.2'))
'com.github.pipauwel:ifcParserLib:jar:0.2'

Download

Click the following link to download the jar file.

ifcParserLib-0.2-javadoc.jar
ifcParserLib-0.2-sources.jar
ifcParserLib-0.2-tests.jar
ifcParserLib-0.2.jar
ifcParserLib-0.2.pom



Related Tutorials