GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdyui-pure |
Version | Version0.4.2 |
Type | Typejar |
Filename | Size |
---|---|
yui-pure-0.4.2.pom | |
yui-pure-0.4.2.jar | 67 KB |
yui-pure-0.4.2-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/yui-pure/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>yui-pure</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/yui-pure/
implementation 'org.webjars:yui-pure:0.4.2'
// https://jarcasting.com/artifacts/org.webjars/yui-pure/
implementation ("org.webjars:yui-pure:0.4.2")
'org.webjars:yui-pure:jar:0.4.2'
<dependency org="org.webjars" name="yui-pure" rev="0.4.2">
<artifact name="yui-pure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='yui-pure', version='0.4.2')
)
libraryDependencies += "org.webjars" % "yui-pure" % "0.4.2"
[org.webjars/yui-pure "0.4.2"]