Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 698 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 698 Bytes

javaini

ini 配置文件解析器


简介

因此构件的官方组织/作者已放弃维护,且在 maven 中央仓库无法下载原版,故有了此项目。

使用方式

maven 的 settings.yml 配置 sonatype 中央仓库:

<mirror>
    <id>mvnrepository</id>
    <mirrorOf>mvnrepository</mirrorOf>
    <url>http://mvnrepository.com/</url>
</mirror>

<mirror>
    <id>sonatype</id>
    <mirrorOf>sonatype</mirrorOf>
    <url>https://s01.oss.sonatype.org/</url>
</mirror>

项目的 pom.xml 配置构件坐标:

<dependency>
    <groupId>com.exp-blog</groupId>
    <artifactId>javaini</artifactId>
    <version>1.1.0</version>
</dependency>