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