GroupId | GroupIdcom.github.markozajc |
---|---|
ArtifactId | ArtifactIdjuno |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
juno-2.2.pom | |
juno-2.2.jar | 78 KB |
juno-2.2-sources.jar | 52 KB |
juno-2.2-javadoc.jar | 833 KB |
Browse |
<!-- 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"]