is not current version
Last Version 1.0.1-RELEASE

it.freshminutes:oceanrunner-core 1.0-RELEASE

OceanRunner - The base of OceanRunner

GroupId

GroupId

it.freshminutes
ArtifactId

ArtifactId

oceanrunner-core
Version

Version

1.0-RELEASE
Type

Type

jar

Download oceanrunner-core 1.0-RELEASE


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