License |
License |
---|---|
GroupId | GroupIdcom.github.markozajc |
ArtifactId | ArtifactIdjuno |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionJUNO
A UNO library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
juno-2.0.pom | |
juno-2.0.jar | 77 KB |
juno-2.0-sources.jar | 55 KB |
juno-2.0-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markozajc/juno/ -->
<dependency>
<groupId>com.github.markozajc</groupId>
<artifactId>juno</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation 'com.github.markozajc:juno:2.0'
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation ("com.github.markozajc:juno:2.0")
'com.github.markozajc:juno:jar:2.0'
<dependency org="com.github.markozajc" name="juno" rev="2.0">
<artifact name="juno" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markozajc', module='juno', version='2.0')
)
libraryDependencies += "com.github.markozajc" % "juno" % "2.0"
[com.github.markozajc/juno "2.0"]
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.2.0 |