is not current version
Last Version 2.2.6

org.overturetool:examples 2.2.2


GroupId

GroupId

org.overturetool
ArtifactId

ArtifactId

examples
Version

Version

2.2.2
Type

Type

jar

Download examples 2.2.2


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