| GroupId | GroupIdnekohtml |
|---|---|
| ArtifactId | ArtifactIdxercesMinimal |
| Last Version | Last Version1.9.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| xercesMinimal-1.9.6.2.pom | |
| xercesMinimal-1.9.6.2.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/nekohtml/xercesMinimal/ -->
<dependency>
<groupId>nekohtml</groupId>
<artifactId>xercesMinimal</artifactId>
<version>1.9.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/nekohtml/xercesMinimal/
implementation 'nekohtml:xercesMinimal:1.9.6.2'
// https://jarcasting.com/artifacts/nekohtml/xercesMinimal/
implementation ("nekohtml:xercesMinimal:1.9.6.2")
'nekohtml:xercesMinimal:jar:1.9.6.2'
<dependency org="nekohtml" name="xercesMinimal" rev="1.9.6.2">
<artifact name="xercesMinimal" type="jar" />
</dependency>
@Grapes(
@Grab(group='nekohtml', module='xercesMinimal', version='1.9.6.2')
)
libraryDependencies += "nekohtml" % "xercesMinimal" % "1.9.6.2"
[nekohtml/xercesMinimal "1.9.6.2"]