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