Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdstrip-json-comments |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
strip-json-comments-1.0.2.pom | |
strip-json-comments-1.0.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/strip-json-comments/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>strip-json-comments</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/strip-json-comments/
implementation 'org.webjars:strip-json-comments:1.0.2'
// https://jarcasting.com/artifacts/org.webjars/strip-json-comments/
implementation ("org.webjars:strip-json-comments:1.0.2")
'org.webjars:strip-json-comments:jar:1.0.2'
<dependency org="org.webjars" name="strip-json-comments" rev="1.0.2">
<artifact name="strip-json-comments" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='strip-json-comments', version='1.0.2')
)
libraryDependencies += "org.webjars" % "strip-json-comments" % "1.0.2"
[org.webjars/strip-json-comments "1.0.2"]