| GroupId | GroupIdcom.github.wuic |
|---|---|
| ArtifactId | ArtifactIdwuic-tag |
| Version | Version0.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wuic-tag-0.3.3.pom | |
| wuic-tag-0.3.3.jar | 4 KB |
| wuic-tag-0.3.3-sources.jar | 4 KB |
| wuic-tag-0.3.3-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wuic/wuic-tag/ -->
<dependency>
<groupId>com.github.wuic</groupId>
<artifactId>wuic-tag</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wuic/wuic-tag/
implementation 'com.github.wuic:wuic-tag:0.3.3'
// https://jarcasting.com/artifacts/com.github.wuic/wuic-tag/
implementation ("com.github.wuic:wuic-tag:0.3.3")
'com.github.wuic:wuic-tag:jar:0.3.3'
<dependency org="com.github.wuic" name="wuic-tag" rev="0.3.3">
<artifact name="wuic-tag" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wuic', module='wuic-tag', version='0.3.3')
)
libraryDependencies += "com.github.wuic" % "wuic-tag" % "0.3.3"
[com.github.wuic/wuic-tag "0.3.3"]