MVN

com.github.hbci4j : hbci4j-core

Maven & Gradle

Aug 24, 2023
2 usages
125 stars

hbci4j-core · HBCI4j - Home Banking Computer Interface for Java

<dependency>
    <groupId>com.github.hbci4j</groupId>
    <artifactId>hbci4j-core</artifactId>
    <version>3.1.70</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hbci4j : hbci4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.70

All Versions

Choose a version of com.github.hbci4j : hbci4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
hbci4j-core-4.0.0
3.1.x
hbci4j-core-3.1.70
hbci4j-core-3.1.69
hbci4j-core-3.1.68
hbci4j-core-3.1.67
hbci4j-core-3.1.66
hbci4j-core-3.1.65
hbci4j-core-3.1.64
hbci4j-core-3.1.63
hbci4j-core-3.1.62
hbci4j-core-3.1.61
hbci4j-core-3.1.60
hbci4j-core-3.1.59
hbci4j-core-3.1.58
hbci4j-core-3.1.57
hbci4j-core-3.1.56
hbci4j-core-3.1.55
hbci4j-core-3.1.54
hbci4j-core-3.1.53
hbci4j-core-3.1.51
hbci4j-core-3.1.50
hbci4j-core-3.1.49
hbci4j-core-3.1.47
hbci4j-core-3.1.46
hbci4j-core-3.1.45
hbci4j-core-3.1.44
hbci4j-core-3.1.43
hbci4j-core-3.1.42
hbci4j-core-3.1.41
hbci4j-core-3.1.40
hbci4j-core-3.1.39
hbci4j-core-3.1.38
hbci4j-core-3.1.37
hbci4j-core-3.1.36
hbci4j-core-3.1.35
hbci4j-core-3.1.34
hbci4j-core-3.1.33
hbci4j-core-3.1.32
hbci4j-core-3.1.31
hbci4j-core-3.1.30
hbci4j-core-3.1.29
hbci4j-core-3.1.28
hbci4j-core-3.1.27
hbci4j-core-3.1.26
hbci4j-core-3.1.25
hbci4j-core-3.1.24
hbci4j-core-3.1.23
hbci4j-core-3.1.22
hbci4j-core-3.1.21
hbci4j-core-3.1.20
hbci4j-core-3.1.19
hbci4j-core-3.1.18
hbci4j-core-3.1.17
hbci4j-core-3.1.16
hbci4j-core-3.1.15
hbci4j-core-3.1.14
hbci4j-core-3.1.13
hbci4j-core-3.1.12
hbci4j-core-3.1.11
hbci4j-core-3.1.10
hbci4j-core-3.1.9
hbci4j-core-3.1.8
hbci4j-core-3.1.7
hbci4j-core-3.1.6
hbci4j-core-3.1.5
hbci4j-core-3.1.4
hbci4j-core-3.1.3
hbci4j-core-3.1.2
hbci4j-core-3.1.1
hbci4j-core-3.1.0
3.0.x
hbci4j-core-3.0.24
hbci4j-core-3.0.23
hbci4j-core-3.0.22
hbci4j-core-3.0.21
hbci4j-core-3.0.20
hbci4j-core-3.0.19
hbci4j-core-3.0.18
hbci4j-core-3.0.17
hbci4j-core-3.0.16
hbci4j-core-3.0.15
hbci4j-core-3.0.14
hbci4j-core-3.0.13
hbci4j-core-3.0.12
hbci4j-core-3.0.11
hbci4j-core-3.0.10
hbci4j-core-3.0.9
hbci4j-core-3.0.8
hbci4j-core-3.0.7

How to add a dependency to Maven

Add the following com.github.hbci4j : hbci4j-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hbci4j</groupId>
    <artifactId>hbci4j-core</artifactId>
    <version>3.1.70</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hbci4j : hbci4j-core gradle dependency to your build.gradle file:

implementation 'com.github.hbci4j:hbci4j-core:3.1.70'

Gradle Kotlin DSL: Add the following com.github.hbci4j : hbci4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hbci4j:hbci4j-core:3.1.70")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hbci4j : hbci4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hbci4j" % "hbci4j-core" % "3.1.70"

Advertisement