GroupId | GroupIdcom.github.jezza |
---|---|
ArtifactId | ArtifactIdtoml |
Version | Version1.1-java-8 |
Type | Typejar |
Filename | Size |
---|---|
toml-1.1-java-8.pom | |
toml-1.1-java-8.jar | 28 KB |
toml-1.1-java-8-sources.jar | 21 KB |
toml-1.1-java-8-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jezza/toml/ -->
<dependency>
<groupId>com.github.jezza</groupId>
<artifactId>toml</artifactId>
<version>1.1-java-8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jezza/toml/
implementation 'com.github.jezza:toml:1.1-java-8'
// https://jarcasting.com/artifacts/com.github.jezza/toml/
implementation ("com.github.jezza:toml:1.1-java-8")
'com.github.jezza:toml:jar:1.1-java-8'
<dependency org="com.github.jezza" name="toml" rev="1.1-java-8">
<artifact name="toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jezza', module='toml', version='1.1-java-8')
)
libraryDependencies += "com.github.jezza" % "toml" % "1.1-java-8"
[com.github.jezza/toml "1.1-java-8"]