is not current version
Last Version 2.2.1

com.github.markozajc:juno 2.2

A UNO library for Java

GroupId

GroupId

com.github.markozajc
ArtifactId

ArtifactId

juno
Version

Version

2.2
Type

Type

jar

Download juno 2.2


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