File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# json-logic-kotlin
2
- [ ![ Download] ( https://api.bintray.com/packages/advantagefse/json-logic-kotlin/eu.afse.jsonlogic/images/download.svg ) ] ( https://bintray.com/ advantagefse/json-logic-kotlin/eu.afse.jsonlogic/_latestVersion )
2
+ [ ![ Download] ( https://search.maven.org/favicon.ico?v=3 ) ] ( https://central.sonatype.dev/artifact/io.github. advantagefse/json-logic-kotlin/0.9.7.1/versions )
3
3
[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-1.3.21-blue.svg )] ( https://kotlinlang.org )
4
4
[ ![ Build Status] ( https://travis-ci.com/advantagefse/json-logic-kotlin.svg?branch=master )] ( https://travis-ci.com/advantagefse/json-logic-kotlin )
5
5
[ ![ Codecov] ( https://codecov.io/github/advantagefse/json-logic-kotlin/coverage.svg?branch=master )] ( https://codecov.io/gh/advantagefse/json-logic-kotlin )
@@ -11,7 +11,7 @@ This is a pure Kotlin implementation of JsonLogic http://jsonlogic.com rule engi
11
11
Gradle
12
12
13
13
``` groovy
14
- implementation 'eu.afse:eu.afse.jsonlogic: 0.9.7'
14
+ implementation 'io.github.advantagefse:json-logic-kotlin: 0.9.7.1 '
15
15
```
16
16
17
17
Maven
20
20
<dependency >
21
21
<groupId >eu.afse</groupId >
22
22
<artifactId >eu.afse.jsonlogic</artifactId >
23
- <version >0.9.7</version >
23
+ <version >0.9.7.1 </version >
24
24
<type >pom</type >
25
25
</dependency >
26
26
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'maven-publish'
8
8
apply plugin : ' jacoco'
9
9
10
10
group ' io.github.advantagefse'
11
- version ' 0.9.7'
11
+ version ' 0.9.7.1 '
12
12
13
13
repositories {
14
14
mavenCentral()
You can’t perform that action at this time.
0 commit comments