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