This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- # Settings [ ![ Build Status ] ( https://secure.travis-ci.org/Anxuiz/ Settings.png?branch=master )] ( https://travis-ci.org/Anxuiz /Settings )
1
+ # Settings [ ![ ] ( https://jitpack.io/v/OvercastNetwork/ Settings.svg )] ( https://jitpack.io/#OvercastNetwork /Settings )
2
2
3
3
General purpose library for providing base classes which encapsulate the idea of configurable settings.
4
+
5
+ ``` xml
6
+ <repository >
7
+ <id >jitpack.io</id >
8
+ <url >https://jitpack.io</url >
9
+ </repository >
10
+ ```
11
+
12
+ ``` xml
13
+ <dependency >
14
+ <groupId >com.github.OvercastNetwork</groupId >
15
+ <artifactId >settings</artifactId >
16
+ <version >master-SNAPSHOT</version >
17
+ </dependency >
18
+ ```
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >me.anxuiz</groupId >
4
4
<artifactId >settings</artifactId >
5
- <version >1.9 -SNAPSHOT</version >
5
+ <version >1.11 -SNAPSHOT</version >
6
6
<name >Settings</name >
7
7
<description >Library providing general-purpose classes for defining configurable settings.</description >
8
8
<licenses >
20
20
21
21
<repositories >
22
22
<repository >
23
- <id >pa-snapshots</id >
24
- <url >https://repo.extension.ws/content/repositories/snapshots</url >
25
- </repository >
26
- <repository >
27
- <id >pa-releases</id >
28
- <url >https://repo.extension.ws/content/repositories/releases</url >
23
+ <id >jitpack.io</id >
24
+ <url >https://jitpack.io</url >
29
25
</repository >
30
26
</repositories >
31
27
32
- <distributionManagement >
33
- <repository >
34
- <id >pa-deployment</id >
35
- <url >https://repo.extension.ws/content/repositories/releases</url >
36
- </repository >
37
- <snapshotRepository >
38
- <id >pa-deployment</id >
39
- <url >https://repo.extension.ws/content/repositories/snapshots</url >
40
- </snapshotRepository >
41
- </distributionManagement >
42
-
43
28
<dependencies >
44
29
<dependency >
45
30
<groupId >com.google.guava</groupId >
You can’t perform that action at this time.
0 commit comments