is not current version
Last Version 2.2.1

com.github.markozajc:juno 0.0.1

A UNO library for Java

GroupId

GroupId

com.github.markozajc
ArtifactId

ArtifactId

juno
Version

Version

0.0.1
Type

Type

jar

Download juno 0.0.1


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