License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.toml-java |
ArtifactId | ArtifactIdtomlj-mapper |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontomlj-mapper
An object mapper for TOML format
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tomlj-mapper-0.3.0.pom | |
tomlj-mapper-0.3.0.jar | 30 KB |
tomlj-mapper-0.3.0-sources.jar | 14 KB |
tomlj-mapper-0.3.0-javadoc.jar | 519 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.tomlj : tomlj | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |