Skip to content

Commit 3395ce2

Browse files
committed
moved to jitpack
1 parent bc197d9 commit 3395ce2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44
[![Build Status](https://travis-ci.org/saasquatch/json-schema-inferrer.svg?branch=master)](https://travis-ci.org/saasquatch/json-schema-inferrer)
55
[![codecov](https://codecov.io/gh/saasquatch/json-schema-inferrer/branch/master/graph/badge.svg)](https://codecov.io/gh/saasquatch/json-schema-inferrer)
6-
[![Download](https://api.bintray.com/packages/saasquatch/java-libs/json-schema-inferrer/images/download.svg)](https://bintray.com/saasquatch/java-libs/json-schema-inferrer/_latestVersion)
76
[![](https://jitpack.io/v/saasquatch/json-schema-inferrer.svg)](https://jitpack.io/#saasquatch/json-schema-inferrer)
87

98
Java library for inferring JSON schema based on sample JSONs.
@@ -155,8 +154,8 @@ Maven
155154
```xml
156155
<repositories>
157156
<repository>
158-
<id>bintray-saasquatch-java-libs</id>
159-
<url>https://dl.bintray.com/saasquatch/java-libs</url>
157+
<id>jitpack.io</id>
158+
<url>https://jitpack.io</url>
160159
</repository>
161160
</repositories>
162161
```
@@ -165,9 +164,7 @@ Gradle
165164

166165
```gradle
167166
repositories {
168-
maven {
169-
url "https://dl.bintray.com/saasquatch/java-libs"
170-
}
167+
maven { url 'https://jitpack.io' }
171168
}
172169
```
173170

@@ -177,16 +174,16 @@ Maven
177174

178175
```xml
179176
<dependency>
180-
<groupId>com.saasquatch</groupId>
177+
<groupId>com.github.saasquatch</groupId>
181178
<artifactId>json-schema-inferrer</artifactId>
182-
<version>0.1.1-alpha-37</version>
179+
<version>0.1.1-alpha-43</version>
183180
</dependency>
184181
```
185182

186183
Gradle
187184

188185
```gradle
189-
compile 'com.saasquatch:json-schema-inferrer:0.1.1-alpha-37'
186+
compile 'com.github.saasquatch:json-schema-inferrer:0.1.1-alpha-43'
190187
```
191188

192189
### Transitive Dependencies

0 commit comments

Comments
 (0)