GroupId | GroupIdcom.github.pandafw |
---|---|
ArtifactId | ArtifactIdpanda-html |
Version | Version1.5.5 |
Type | Typejar |
Filename | Size |
---|---|
panda-html-1.5.5.pom | |
panda-html-1.5.5.jar | 3 MB |
panda-html-1.5.5-sources.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pandafw/panda-html/ -->
<dependency>
<groupId>com.github.pandafw</groupId>
<artifactId>panda-html</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pandafw/panda-html/
implementation 'com.github.pandafw:panda-html:1.5.5'
// https://jarcasting.com/artifacts/com.github.pandafw/panda-html/
implementation ("com.github.pandafw:panda-html:1.5.5")
'com.github.pandafw:panda-html:jar:1.5.5'
<dependency org="com.github.pandafw" name="panda-html" rev="1.5.5">
<artifact name="panda-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pandafw', module='panda-html', version='1.5.5')
)
libraryDependencies += "com.github.pandafw" % "panda-html" % "1.5.5"
[com.github.pandafw/panda-html "1.5.5"]