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