License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.timzh |
ArtifactId | ArtifactIdphoton-paw |
Version | Version0.10.0 |
Type | Typejar |
Description |
DescriptionPhoton Paw
An easy and convenient lib to add HTML-based UI to a console app
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
photon-paw-0.10.0.pom | |
photon-paw-0.10.0.jar | 19 KB |
photon-paw-0.10.0-sources.jar | 11 KB |
photon-paw-0.10.0-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.timzh/photon-paw/ -->
<dependency>
<groupId>net.timzh</groupId>
<artifactId>photon-paw</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.timzh/photon-paw/
implementation 'net.timzh:photon-paw:0.10.0'
// https://jarcasting.com/artifacts/net.timzh/photon-paw/
implementation ("net.timzh:photon-paw:0.10.0")
'net.timzh:photon-paw:jar:0.10.0'
<dependency org="net.timzh" name="photon-paw" rev="0.10.0">
<artifact name="photon-paw" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.timzh', module='photon-paw', version='0.10.0')
)
libraryDependencies += "net.timzh" % "photon-paw" % "0.10.0"
[net.timzh/photon-paw "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
io.undertow : undertow-core | jar | 2.0.28.Final |
commons-logging : commons-logging | jar | 1.2 |
net.sourceforge.htmlunit : htmlunit | jar | 2.36.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.5.2 |