MVN

org.coliper : ibean

Maven & Gradle

Oct 30, 2021
0 stars

Coliper IBean · Java library used to define beans as interfaces.

<dependency>
    <groupId>org.coliper</groupId>
    <artifactId>ibean</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.coliper : ibean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of org.coliper : ibean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
ibean-0.4.6
ibean-0.4.5
ibean-0.4.4
ibean-0.4.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.coliper</groupId>
    <artifactId>ibean</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.coliper : ibean gradle dependency to your build.gradle file:

implementation 'org.coliper:ibean:0.4.6'

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

implementation("org.coliper:ibean:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.coliper : ibean sbt scala dependency to your build.sbt file:

libraryDependencies += "org.coliper" % "ibean" % "0.4.6"

Advertisement