MVN

top.ibase4j : ibase4j-common

Maven & Gradle

Sep 23, 2019

ibase4j-common · ibase4j-common

<dependency>
    <groupId>top.ibase4j</groupId>
    <artifactId>ibase4j-common</artifactId>
    <version>3.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.ibase4j : ibase4j-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.5

All Versions

Choose a version of top.ibase4j : ibase4j-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
ibase4j-common-3.7.5
ibase4j-common-3.7.4
ibase4j-common-3.7.3
ibase4j-common-3.7.2
ibase4j-common-3.7.1
ibase4j-common-3.7.0
3.6.x
ibase4j-common-3.6.7
ibase4j-common-3.6.6
ibase4j-common-3.6.5
ibase4j-common-3.6.4
ibase4j-common-3.6.3
ibase4j-common-3.6.2
ibase4j-common-3.6.1
ibase4j-common-3.6.0
3.5.x
ibase4j-common-3.5.5
ibase4j-common-3.5.4
ibase4j-common-3.5.3
ibase4j-common-3.5.2
ibase4j-common-3.5.1
ibase4j-common-3.5.0
3.4.x
ibase4j-common-3.4.6
ibase4j-common-3.4.5
ibase4j-common-3.4.4
ibase4j-common-3.4.3
ibase4j-common-3.4.2
ibase4j-common-3.4.1
ibase4j-common-3.4.0
3.3.x
ibase4j-common-3.3.2
ibase4j-common-3.3.1
ibase4j-common-3.3.0
3.2.x
ibase4j-common-3.2.1
ibase4j-common-3.2.0
3.1.x
ibase4j-common-3.1.3
ibase4j-common-3.1.2
ibase4j-common-3.1.1
ibase4j-common-3.1.0
3.0.x
ibase4j-common-3.0.7
ibase4j-common-3.0.6
ibase4j-common-3.0.5
ibase4j-common-3.0.4
ibase4j-common-3.0.3
ibase4j-common-3.0.2
ibase4j-common-3.0.1
ibase4j-common-3.0.0
2.3.x
ibase4j-common-2.3.0
2.2.x
ibase4j-common-2.2.2
ibase4j-common-2.2.1
ibase4j-common-2.2.0
2.1.x
ibase4j-common-2.1.0
2.0.x
ibase4j-common-2.0.3
ibase4j-common-2.0.2
ibase4j-common-2.0.1
ibase4j-common-2.0.0
1.2.x
ibase4j-common-1.2.15
ibase4j-common-1.2.14
ibase4j-common-1.2.13
ibase4j-common-1.2.12
ibase4j-common-1.2.11
ibase4j-common-1.2.10
ibase4j-common-1.2.9
ibase4j-common-1.2.8
ibase4j-common-1.2.7
ibase4j-common-1.2.6
ibase4j-common-1.2.5
ibase4j-common-1.2.4
ibase4j-common-1.2.3
ibase4j-common-1.2.2
ibase4j-common-1.2.0
1.1.x
ibase4j-common-1.1.11
ibase4j-common-1.1.9
ibase4j-common-1.1.8
ibase4j-common-1.1.7
ibase4j-common-1.1.6
ibase4j-common-1.1.5
ibase4j-common-1.1.4
ibase4j-common-1.1.3
ibase4j-common-1.1.2
ibase4j-common-1.1.1
ibase4j-common-1.1.0

How to add a dependency to Maven

Add the following top.ibase4j : ibase4j-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>top.ibase4j</groupId>
    <artifactId>ibase4j-common</artifactId>
    <version>3.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.ibase4j : ibase4j-common gradle dependency to your build.gradle file:

implementation 'top.ibase4j:ibase4j-common:3.7.5'

Gradle Kotlin DSL: Add the following top.ibase4j : ibase4j-common gradle kotlin dependency to your build.gradle.kts file:

implementation("top.ibase4j:ibase4j-common:3.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.ibase4j : ibase4j-common sbt scala dependency to your build.sbt file:

libraryDependencies += "top.ibase4j" % "ibase4j-common" % "3.7.5"

Advertisement