is not current version
Last Version 1.0.1-RELEASE

it.freshminutes:oceanrunner 1.0-RELEASE

OceanRunner - Make easily JUnit Runners.

GroupId

GroupId

it.freshminutes
ArtifactId

ArtifactId

oceanrunner
Version

Version

1.0-RELEASE
Type

Type

pom

Download oceanrunner 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/ -->
<dependency>
    <groupId>it.freshminutes</groupId>
    <artifactId>oceanrunner</artifactId>
    <version>1.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/
implementation 'it.freshminutes:oceanrunner:1.0-RELEASE'
// https://jarcasting.com/artifacts/it.freshminutes/oceanrunner/
implementation ("it.freshminutes:oceanrunner:1.0-RELEASE")
'it.freshminutes:oceanrunner:pom:1.0-RELEASE'
<dependency org="it.freshminutes" name="oceanrunner" rev="1.0-RELEASE">
  <artifact name="oceanrunner" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.freshminutes', module='oceanrunner', version='1.0-RELEASE')
)
libraryDependencies += "it.freshminutes" % "oceanrunner" % "1.0-RELEASE"
[it.freshminutes/oceanrunner "1.0-RELEASE"]