MVN

org.opensourcebim : BinarySerializers

Maven & Gradle

Jan 20, 2016

BinarySerializers · BIMserver plugins that provides binary serializers

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>BinarySerializers</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensourcebim : BinarySerializers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of org.opensourcebim : BinarySerializers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
BinarySerializers-0.0.3
BinarySerializers-0.0.2
BinarySerializers-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>BinarySerializers</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensourcebim : BinarySerializers gradle dependency to your build.gradle file:

implementation 'org.opensourcebim:BinarySerializers:0.0.3'

Gradle Kotlin DSL: Add the following org.opensourcebim : BinarySerializers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensourcebim:BinarySerializers:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensourcebim : BinarySerializers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensourcebim" % "BinarySerializers" % "0.0.3"

Advertisement