GroupId | GroupIdcom.github.xmlet |
---|---|
ArtifactId | ArtifactIdhtmlApiFaster |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
htmlApiFaster-1.0.2.pom | |
htmlApiFaster-1.0.2.jar | 250 KB |
htmlApiFaster-1.0.2-sources.jar | 127 KB |
htmlApiFaster-1.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xmlet/htmlApiFaster/ -->
<dependency>
<groupId>com.github.xmlet</groupId>
<artifactId>htmlApiFaster</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/htmlApiFaster/
implementation 'com.github.xmlet:htmlApiFaster:1.0.2'
// https://jarcasting.com/artifacts/com.github.xmlet/htmlApiFaster/
implementation ("com.github.xmlet:htmlApiFaster:1.0.2")
'com.github.xmlet:htmlApiFaster:jar:1.0.2'
<dependency org="com.github.xmlet" name="htmlApiFaster" rev="1.0.2">
<artifact name="htmlApiFaster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='htmlApiFaster', version='1.0.2')
)
libraryDependencies += "com.github.xmlet" % "htmlApiFaster" % "1.0.2"
[com.github.xmlet/htmlApiFaster "1.0.2"]