GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsimple-html-tokenizer |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
simple-html-tokenizer-0.2.5.pom | |
simple-html-tokenizer-0.2.5.jar | 55 KB |
simple-html-tokenizer-0.2.5-sources.jar | 22 bytes |
simple-html-tokenizer-0.2.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/simple-html-tokenizer/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>simple-html-tokenizer</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/simple-html-tokenizer/
implementation 'org.webjars.npm:simple-html-tokenizer:0.2.5'
// https://jarcasting.com/artifacts/org.webjars.npm/simple-html-tokenizer/
implementation ("org.webjars.npm:simple-html-tokenizer:0.2.5")
'org.webjars.npm:simple-html-tokenizer:jar:0.2.5'
<dependency org="org.webjars.npm" name="simple-html-tokenizer" rev="0.2.5">
<artifact name="simple-html-tokenizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='simple-html-tokenizer', version='0.2.5')
)
libraryDependencies += "org.webjars.npm" % "simple-html-tokenizer" % "0.2.5"
[org.webjars.npm/simple-html-tokenizer "0.2.5"]