| Categories |
CategoriesKeY Data Data Formats Formal Verification |
|---|---|
| GroupId | GroupIdcom.github.skeychen |
| ArtifactId | ArtifactIddswork-html |
| Version | Version8.8.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dswork-html-8.8.3.pom | |
| dswork-html-8.8.3.jar | 218 KB |
| dswork-html-8.8.3-sources.jar | 56 KB |
| dswork-html-8.8.3-javadoc.jar | 358 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-html/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-html</artifactId>
<version>8.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-html/
implementation 'com.github.skeychen:dswork-html:8.8.3'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-html/
implementation ("com.github.skeychen:dswork-html:8.8.3")
'com.github.skeychen:dswork-html:jar:8.8.3'
<dependency org="com.github.skeychen" name="dswork-html" rev="8.8.3">
<artifact name="dswork-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-html', version='8.8.3')
)
libraryDependencies += "com.github.skeychen" % "dswork-html" % "8.8.3"
[com.github.skeychen/dswork-html "8.8.3"]