GroupId | GroupIdio.github.chrisruffalo |
---|---|
ArtifactId | ArtifactIdyyall |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
yyall-1.3.pom | |
yyall-1.3.jar | 11 KB |
yyall-1.3-sources.jar | 8 KB |
yyall-1.3-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chrisruffalo/yyall/ -->
<dependency>
<groupId>io.github.chrisruffalo</groupId>
<artifactId>yyall</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.chrisruffalo/yyall/
implementation 'io.github.chrisruffalo:yyall:1.3'
// https://jarcasting.com/artifacts/io.github.chrisruffalo/yyall/
implementation ("io.github.chrisruffalo:yyall:1.3")
'io.github.chrisruffalo:yyall:jar:1.3'
<dependency org="io.github.chrisruffalo" name="yyall" rev="1.3">
<artifact name="yyall" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.chrisruffalo', module='yyall', version='1.3')
)
libraryDependencies += "io.github.chrisruffalo" % "yyall" % "1.3"
[io.github.chrisruffalo/yyall "1.3"]