GroupId | GroupIdcom.github.hbci4j |
---|---|
ArtifactId | ArtifactIdhbci4j-core |
Version | Version3.1.53 |
Type | Typejar |
Filename | Size |
---|---|
hbci4j-core-3.1.53.pom | |
hbci4j-core-3.1.53.jar | 3 MB |
hbci4j-core-3.1.53-sources.jar | 3 MB |
hbci4j-core-3.1.53-javadoc.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hbci4j/hbci4j-core/ -->
<dependency>
<groupId>com.github.hbci4j</groupId>
<artifactId>hbci4j-core</artifactId>
<version>3.1.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hbci4j/hbci4j-core/
implementation 'com.github.hbci4j:hbci4j-core:3.1.53'
// https://jarcasting.com/artifacts/com.github.hbci4j/hbci4j-core/
implementation ("com.github.hbci4j:hbci4j-core:3.1.53")
'com.github.hbci4j:hbci4j-core:jar:3.1.53'
<dependency org="com.github.hbci4j" name="hbci4j-core" rev="3.1.53">
<artifact name="hbci4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hbci4j', module='hbci4j-core', version='3.1.53')
)
libraryDependencies += "com.github.hbci4j" % "hbci4j-core" % "3.1.53"
[com.github.hbci4j/hbci4j-core "3.1.53"]