License |
License |
---|---|
GroupId | GroupIdcom.github.markozajc |
ArtifactId | ArtifactIdjuno |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUNO
A UNO library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
juno-2.2.1.pom | |
juno-2.2.1.jar | 33 KB |
juno-2.2.1-sources.jar | 27 KB |
juno-2.2.1-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markozajc/juno/ -->
<dependency>
<groupId>com.github.markozajc</groupId>
<artifactId>juno</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation 'com.github.markozajc:juno:2.2.1'
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation ("com.github.markozajc:juno:2.2.1")
'com.github.markozajc:juno:jar:2.2.1'
<dependency org="com.github.markozajc" name="juno" rev="2.2.1">
<artifact name="juno" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markozajc', module='juno', version='2.2.1')
)
libraryDependencies += "com.github.markozajc" % "juno" % "2.2.1"
[com.github.markozajc/juno "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |