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