is not current version
Last Version 0.14.3

org.occurrent:example 0.2.0


GroupId

GroupId

org.occurrent
ArtifactId

ArtifactId

example
Version

Version

0.2.0
Type

Type

pom

Download example 0.2.0

Filename Size
example-0.2.0.pom 1 KB
Browse

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