License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtoml |
Version | Version2.3.3 |
Type | Typejar |
Description |
Descriptiontoml
WebJar for toml
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toml-2.3.3.pom | |
toml-2.3.3.jar | 29 KB |
toml-2.3.3-sources.jar | 22 bytes |
toml-2.3.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/toml/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>toml</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/toml/
implementation 'org.webjars.npm:toml:2.3.3'
// https://jarcasting.com/artifacts/org.webjars.npm/toml/
implementation ("org.webjars.npm:toml:2.3.3")
'org.webjars.npm:toml:jar:2.3.3'
<dependency org="org.webjars.npm" name="toml" rev="2.3.3">
<artifact name="toml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='toml', version='2.3.3')
)
libraryDependencies += "org.webjars.npm" % "toml" % "2.3.3"
[org.webjars.npm/toml "2.3.3"]