GroupId | GroupIdcom.github.markozajc |
---|---|
ArtifactId | ArtifactIdjuno |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
juno-1.0.pom | |
juno-1.0.jar | 33 KB |
juno-1.0-sources.jar | 27 KB |
juno-1.0-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markozajc/juno/ -->
<dependency>
<groupId>com.github.markozajc</groupId>
<artifactId>juno</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation 'com.github.markozajc:juno:1.0'
// https://jarcasting.com/artifacts/com.github.markozajc/juno/
implementation ("com.github.markozajc:juno:1.0")
'com.github.markozajc:juno:jar:1.0'
<dependency org="com.github.markozajc" name="juno" rev="1.0">
<artifact name="juno" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markozajc', module='juno', version='1.0')
)
libraryDependencies += "com.github.markozajc" % "juno" % "1.0"
[com.github.markozajc/juno "1.0"]