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