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