is not current version
Last Version 3.0.2

org.overturetool:core 3.0.0


GroupId

GroupId

org.overturetool
ArtifactId

ArtifactId

core
Version

Version

3.0.0
Type

Type

pom

Download core 3.0.0

Filename Size
core-3.0.0.pom 1 KB
Browse

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