java-ini-parser

java utility to parse ini files into maps of maps

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.vincentrussell
ArtifactId

ArtifactId

java-ini-parser
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

java-ini-parser
java utility to parse ini files into maps of maps
Project URL

Project URL

https://github.com/vincentrussell/java-ini-parser
Source Code Management

Source Code Management

https://github.com/vincentrussell/java-ini-parser

Download java-ini-parser

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.vincentrussell/java-ini-parser/ -->
<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>java-ini-parser</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vincentrussell/java-ini-parser/
implementation 'com.github.vincentrussell:java-ini-parser:1.1'
// https://jarcasting.com/artifacts/com.github.vincentrussell/java-ini-parser/
implementation ("com.github.vincentrussell:java-ini-parser:1.1")
'com.github.vincentrussell:java-ini-parser:jar:1.1'
<dependency org="com.github.vincentrussell" name="java-ini-parser" rev="1.1">
  <artifact name="java-ini-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vincentrussell', module='java-ini-parser', version='1.1')
)
libraryDependencies += "com.github.vincentrussell" % "java-ini-parser" % "1.1"
[com.github.vincentrussell/java-ini-parser "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
org.apache.commons : commons-io jar 1.3.2

test (3)

Group / Artifact Type Version
com.google.guava : guava jar 30.1.1-jre
org.hamcrest : hamcrest jar 2.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0