Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.toml-java |
ArtifactId | ArtifactIdtomlj-mapper |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tomlj-mapper-0.2.0.pom | |
tomlj-mapper-0.2.0.jar | 28 KB |
tomlj-mapper-0.2.0-sources.jar | 13 KB |
tomlj-mapper-0.2.0-javadoc.jar | 511 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.toml-java/tomlj-mapper/
implementation 'com.github.toml-java:tomlj-mapper:0.2.0'
// https://jarcasting.com/artifacts/com.github.toml-java/tomlj-mapper/
implementation ("com.github.toml-java:tomlj-mapper:0.2.0")
'com.github.toml-java:tomlj-mapper:jar:0.2.0'
<dependency org="com.github.toml-java" name="tomlj-mapper" rev="0.2.0">
<artifact name="tomlj-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.toml-java', module='tomlj-mapper', version='0.2.0')
)
libraryDependencies += "com.github.toml-java" % "tomlj-mapper" % "0.2.0"
[com.github.toml-java/tomlj-mapper "0.2.0"]