GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdsimple-html-tokenizer |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-html-tokenizer-0.1.1.pom | |
simple-html-tokenizer-0.1.1.jar | 61 KB |
simple-html-tokenizer-0.1.1-sources.jar | 22 bytes |
simple-html-tokenizer-0.1.1-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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/simple-html-tokenizer/
implementation 'org.webjars.npm:simple-html-tokenizer:0.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/simple-html-tokenizer/
implementation ("org.webjars.npm:simple-html-tokenizer:0.1.1")
'org.webjars.npm:simple-html-tokenizer:jar:0.1.1'
<dependency org="org.webjars.npm" name="simple-html-tokenizer" rev="0.1.1">
<artifact name="simple-html-tokenizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='simple-html-tokenizer', version='0.1.1')
)
libraryDependencies += "org.webjars.npm" % "simple-html-tokenizer" % "0.1.1"
[org.webjars.npm/simple-html-tokenizer "0.1.1"]