GroupId | GroupIdio.youi |
---|---|
ArtifactId | ArtifactIdyoui-example_2.12 |
Version | Version0.12.9 |
Type | Typejar |
Filename | Size |
---|---|
youi-example_2.12-0.12.9.pom | |
youi-example_2.12-0.12.9.jar | 62 MB |
youi-example_2.12-0.12.9-sources.jar | 62 MB |
youi-example_2.12-0.12.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.youi/youi-example_2.12/ -->
<dependency>
<groupId>io.youi</groupId>
<artifactId>youi-example_2.12</artifactId>
<version>0.12.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.youi/youi-example_2.12/
implementation 'io.youi:youi-example_2.12:0.12.9'
// https://jarcasting.com/artifacts/io.youi/youi-example_2.12/
implementation ("io.youi:youi-example_2.12:0.12.9")
'io.youi:youi-example_2.12:jar:0.12.9'
<dependency org="io.youi" name="youi-example_2.12" rev="0.12.9">
<artifact name="youi-example_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.youi', module='youi-example_2.12', version='0.12.9')
)
libraryDependencies += "io.youi" % "youi-example_2.12" % "0.12.9"
[io.youi/youi-example_2.12 "0.12.9"]