GroupId | GroupIdorg.coffeebreaks.yui |
---|---|
ArtifactId | ArtifactIdyui-runner |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
yui-runner-0.2.pom | |
yui-runner-0.2.jar | 13 KB |
yui-runner-0.2-sources.jar | 3 KB |
yui-runner-0.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/ -->
<dependency>
<groupId>org.coffeebreaks.yui</groupId>
<artifactId>yui-runner</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/
implementation 'org.coffeebreaks.yui:yui-runner:0.2'
// https://jarcasting.com/artifacts/org.coffeebreaks.yui/yui-runner/
implementation ("org.coffeebreaks.yui:yui-runner:0.2")
'org.coffeebreaks.yui:yui-runner:jar:0.2'
<dependency org="org.coffeebreaks.yui" name="yui-runner" rev="0.2">
<artifact name="yui-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coffeebreaks.yui', module='yui-runner', version='0.2')
)
libraryDependencies += "org.coffeebreaks.yui" % "yui-runner" % "0.2"
[org.coffeebreaks.yui/yui-runner "0.2"]