mirror of
https://github.com/lightbend/config.git
synced 2025-02-22 01:00:31 +08:00
Optimistically update the README with Maven Central information
This commit is contained in:
parent
b88fd55f86
commit
b35dfb67b2
17
README.md
17
README.md
@ -38,23 +38,22 @@ The license is Apache 2.0, see LICENSE-2.0.txt.
|
|||||||
|
|
||||||
## Binary Releases
|
## Binary Releases
|
||||||
|
|
||||||
You can find published releases here:
|
You can find published releases on Maven Central.
|
||||||
|
|
||||||
- http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
|
|
||||||
|
|
||||||
Alternately, unofficial binary releases are also in [maven central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22typesafe-config%22) as:
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.skife.com.typesafe.config</groupId>
|
<groupId>com.typesafe</groupId>
|
||||||
<artifactId>typesafe-config</artifactId>
|
<artifactId>config</artifactId>
|
||||||
<version>0.3.0</version>
|
<version>0.4.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Obsolete releases are here, but you probably don't want these:
|
||||||
|
|
||||||
|
- http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
|
||||||
|
|
||||||
## API docs
|
## API docs
|
||||||
|
|
||||||
- Online: http://typesafehub.github.com/config/latest/api/
|
- Online: http://typesafehub.github.com/config/latest/api/
|
||||||
- also published in jar form at http://repo.typesafe.com/typesafe/releases/com/typesafe/config/config/
|
- also published in jar form
|
||||||
- consider reading this README first for an intro
|
- consider reading this README first for an intro
|
||||||
- for questions about the `.conf` file format, read HOCON.md in
|
- for questions about the `.conf` file format, read HOCON.md in
|
||||||
this directory
|
this directory
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
// Versions and git tags should follow: http://semver.org/
|
// Versions and git tags should follow: http://semver.org/
|
||||||
// except using -SNAPSHOT instead of without hyphen.
|
// except using -SNAPSHOT instead of without hyphen.
|
||||||
|
|
||||||
version in GlobalScope := "0.3.1-SNAPSHOT"
|
version in GlobalScope := "0.4.0"
|
||||||
|
|
||||||
organization in GlobalScope := "com.typesafe"
|
organization in GlobalScope := "com.typesafe"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user