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