Compare commits
No commits in common. "68e1408b81366509ba0210c7d4648d040b6ffffe" and "52db7be2f6d7f87bc4675d69822c8c55bad2e11f" have entirely different histories.
68e1408b81
...
52db7be2f6
|
@ -12,8 +12,13 @@ not each project has the implement to model again.
|
|||
### Gradle:
|
||||
|
||||
```
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.10" // or kotlin("multiplatform"), depending on your requirements
|
||||
}
|
||||
|
||||
|
||||
repositories {
|
||||
// other repositories like mavenCentral(), ...
|
||||
mavenCentral()
|
||||
maven {
|
||||
setUrl("https://maven.dankito.net/api/packages/codinux/maven")
|
||||
}
|
||||
|
@ -21,7 +26,7 @@ repositories {
|
|||
|
||||
|
||||
dependencies {
|
||||
implementation("net.codinux.banking.client:fints4k-banking-client:0.7.1")
|
||||
implementation("net.codinux.banking.client:fints4k-banking-client:0.6.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
group = "net.codinux.banking.client"
|
||||
version = "0.7.2-SNAPSHOT"
|
||||
version = "0.7.1-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
Loading…
Reference in New Issue