GroupId | GroupIdcom.knowgate |
---|---|
ArtifactId | ArtifactIdknowgate-xhtml |
Version | Version9.0.1 |
Type | Typejar |
Filename | Size |
---|---|
knowgate-xhtml-9.0.1.pom | |
knowgate-xhtml-9.0.1.jar | 223 KB |
knowgate-xhtml-9.0.1-sources.jar | 219 KB |
knowgate-xhtml-9.0.1-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.knowgate/knowgate-xhtml/ -->
<dependency>
<groupId>com.knowgate</groupId>
<artifactId>knowgate-xhtml</artifactId>
<version>9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.knowgate/knowgate-xhtml/
implementation 'com.knowgate:knowgate-xhtml:9.0.1'
// https://jarcasting.com/artifacts/com.knowgate/knowgate-xhtml/
implementation ("com.knowgate:knowgate-xhtml:9.0.1")
'com.knowgate:knowgate-xhtml:jar:9.0.1'
<dependency org="com.knowgate" name="knowgate-xhtml" rev="9.0.1">
<artifact name="knowgate-xhtml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.knowgate', module='knowgate-xhtml', version='9.0.1')
)
libraryDependencies += "com.knowgate" % "knowgate-xhtml" % "9.0.1"
[com.knowgate/knowgate-xhtml "9.0.1"]