tomlj-mapper

An object mapper for TOML format

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

com.github.toml-java
ArtifactId

ArtifactId

tomlj-mapper
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

tomlj-mapper
An object mapper for TOML format
Project URL

Project URL

https://github.com/toml-java/tomlj-mapper
Source Code Management

Source Code Management

https://github.com/toml-java/tomlj-mapper

Download tomlj-mapper

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.tomlj : tomlj jar 1.0.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.0
0.1.1