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