MVN

it.tidalwave.bluebill : it-tidalwave-semantic-io

Maven & Gradle

Jul 03, 2011
13 usages

blueBill - Semantic I/O

<dependency>
    <groupId>it.tidalwave.bluebill</groupId>
    <artifactId>it-tidalwave-semantic-io</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.bluebill : it-tidalwave-semantic-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16
  • Latest Release Candidate: 0.14.1.RC1

All Versions

Choose a version of it.tidalwave.bluebill : it-tidalwave-semantic-io to add to Maven or Gradle - All Versions:

  • Version Updated
  • it-tidalwave-semantic-io-1.0.16

    Jul 03, 2011
  • it-tidalwave-semantic-io-1.0.15

    Jun 19, 2011
  • it-tidalwave-semantic-io-1.0.14

    Jun 02, 2011
  • it-tidalwave-semantic-io-1.0.13

    May 22, 2011
  • it-tidalwave-semantic-io-1.0.12

    May 11, 2011
  • it-tidalwave-semantic-io-1.0.11

    May 04, 2011
  • it-tidalwave-semantic-io-1.0.10

    May 04, 2011
  • it-tidalwave-semantic-io-1.0.8

    Sep 03, 2010
  • it-tidalwave-semantic-io-1.0.9

    Sep 03, 2010
  • it-tidalwave-semantic-io-1.0.6

    Sep 03, 2010
  • it-tidalwave-semantic-io-1.0.7

    Aug 18, 2010
  • it-tidalwave-semantic-io-1.0.5

    Aug 14, 2010
  • it-tidalwave-semantic-io-0.14.1.RC1

    Aug 14, 2010
  • it-tidalwave-semantic-io-1.0.4

    Aug 10, 2010
  • it-tidalwave-semantic-io-1.0.3

    Aug 09, 2010

How to add a dependency to Maven

Add the following it.tidalwave.bluebill : it-tidalwave-semantic-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.bluebill</groupId>
    <artifactId>it-tidalwave-semantic-io</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.bluebill : it-tidalwave-semantic-io gradle dependency to your build.gradle file:

implementation 'it.tidalwave.bluebill:it-tidalwave-semantic-io:1.0.16'

Gradle Kotlin DSL: Add the following it.tidalwave.bluebill : it-tidalwave-semantic-io gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.bluebill:it-tidalwave-semantic-io:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.bluebill : it-tidalwave-semantic-io sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.bluebill" % "it-tidalwave-semantic-io" % "1.0.16"