| License |
License
CDDL
|
|---|---|
| GroupId | GroupIdcom.sun.phobos |
| ArtifactId | ArtifactIdtagsoup |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontagsoup
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tagsoup-1.2.pom | |
| tagsoup-1.2.jar | 89 KB |
| tagsoup-1.2-sources.jar | 319 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.phobos/tagsoup/ -->
<dependency>
<groupId>com.sun.phobos</groupId>
<artifactId>tagsoup</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.phobos/tagsoup/
implementation 'com.sun.phobos:tagsoup:1.2'
// https://jarcasting.com/artifacts/com.sun.phobos/tagsoup/
implementation ("com.sun.phobos:tagsoup:1.2")
'com.sun.phobos:tagsoup:jar:1.2'
<dependency org="com.sun.phobos" name="tagsoup" rev="1.2">
<artifact name="tagsoup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.phobos', module='tagsoup', version='1.2')
)
libraryDependencies += "com.sun.phobos" % "tagsoup" % "1.2"
[com.sun.phobos/tagsoup "1.2"]