License |
License |
---|---|
GroupId | GroupIdit.freshminutes |
ArtifactId | ArtifactIdoceanrunner |
Last Version | Last Version1.0.1-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOceanRunner
OceanRunner - Make easily JUnit Runners.
|
Project URL |
Project URL |
Filename | Size |
---|---|
oceanrunner-1.0.1-RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/ -->
<dependency>
<groupId>it.freshminutes</groupId>
<artifactId>oceanrunner</artifactId>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/
implementation 'it.freshminutes:oceanrunner:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/
implementation ("it.freshminutes:oceanrunner:1.0.1-RELEASE")
'it.freshminutes:oceanrunner:pom:1.0.1-RELEASE'
<dependency org="it.freshminutes" name="oceanrunner" rev="1.0.1-RELEASE">
<artifact name="oceanrunner" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.freshminutes', module='oceanrunner', version='1.0.1-RELEASE')
)
libraryDependencies += "it.freshminutes" % "oceanrunner" % "1.0.1-RELEASE"
[it.freshminutes/oceanrunner "1.0.1-RELEASE"]