MVN

org.sikongsphere : sikongsphere-ifctools

Maven & Gradle

Apr 09, 2023
3 stars

org.sikongsphere:sikongsphere-ifctools · Sikongsphere-ifctools is an open source project, which is the first to implement IFC (Industry Foundation Classes) standard thoroughly in China, and aims to consolidate the field of Architecture and Urban Planning. As for the IFC, it can be read on the official website of buildingSMART.

<dependency>
    <groupId>org.sikongsphere</groupId>
    <artifactId>sikongsphere-ifctools</artifactId>
    <version>0.1.0-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sikongsphere : sikongsphere-ifctools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-release
  • Latest Beta: 0.2.0-beta

All Versions

Choose a version of org.sikongsphere : sikongsphere-ifctools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
sikongsphere-ifctools-0.2.0-beta
0.1.x
sikongsphere-ifctools-0.1.0-release
sikongsphere-ifctools-0.1.0-beta

How to add a dependency to Maven

Add the following org.sikongsphere : sikongsphere-ifctools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sikongsphere</groupId>
    <artifactId>sikongsphere-ifctools</artifactId>
    <version>0.1.0-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sikongsphere : sikongsphere-ifctools gradle dependency to your build.gradle file:

implementation 'org.sikongsphere:sikongsphere-ifctools:0.1.0-release'

Gradle Kotlin DSL: Add the following org.sikongsphere : sikongsphere-ifctools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sikongsphere:sikongsphere-ifctools:0.1.0-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sikongsphere : sikongsphere-ifctools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sikongsphere" % "sikongsphere-ifctools" % "0.1.0-release"