MVN

org.babyfish : babyfish-collection

Maven & Gradle

Jun 26, 2016
2 usages
50 stars

babyfish-collection · The core project of babyfish, it supports (1) .NET style event notification API (2) Object Graph Travel API (3) Typed I18N (4) X Collection Framework (5) MA Collection Framework (6) ObjectModel4Java

<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>babyfish-collection</artifactId>
    <version>1.1.0.Alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.babyfish : babyfish-collection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0.Alpha
  • Latest Alpha: 1.1.0.Alpha

All Versions

Choose a version of org.babyfish : babyfish-collection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
babyfish-collection-1.1.0.Alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>babyfish-collection</artifactId>
    <version>1.1.0.Alpha</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.babyfish:babyfish-collection:1.1.0.Alpha'

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

implementation("org.babyfish:babyfish-collection:1.1.0.Alpha")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.babyfish" % "babyfish-collection" % "1.1.0.Alpha"