MVN

io.github.jyrkioraskari : IFCtoLBD

Maven & Gradle

May 29, 2020
57 stars

IFC to LBD Converter · Converter to convert Industry Foundation Classes (IFC) STEP formatted files into Resource Description Framework (RDF) triples that follow the small ontologies devised in the World Wide Web Consortium (W3C) Linked Building Data Community Group (W3C LBD-CG) (https://github.com/w3c-lbd-cg/).

<dependency>
    <groupId>io.github.jyrkioraskari</groupId>
    <artifactId>IFCtoLBD</artifactId>
    <version>1.88</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jyrkioraskari : IFCtoLBD to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.88

All Versions

Choose a version of io.github.jyrkioraskari : IFCtoLBD to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.88
IFCtoLBD-1.88

How to add a dependency to Maven

Add the following io.github.jyrkioraskari : IFCtoLBD maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jyrkioraskari</groupId>
    <artifactId>IFCtoLBD</artifactId>
    <version>1.88</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jyrkioraskari : IFCtoLBD gradle dependency to your build.gradle file:

implementation 'io.github.jyrkioraskari:IFCtoLBD:1.88'

Gradle Kotlin DSL: Add the following io.github.jyrkioraskari : IFCtoLBD gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jyrkioraskari:IFCtoLBD:1.88")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jyrkioraskari : IFCtoLBD sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jyrkioraskari" % "IFCtoLBD" % "1.88"