GroupId | GroupIdcom.lihaoyi |
---|---|
ArtifactId | ArtifactIdgeny_2.10 |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
geny_2.10-0.1.1.pom | |
geny_2.10-0.1.1.jar | 56 KB |
geny_2.10-0.1.1-sources.jar | 3 KB |
geny_2.10-0.1.1-javadoc.jar | 356 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lihaoyi/geny_2.10/ -->
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>geny_2.10</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lihaoyi/geny_2.10/
implementation 'com.lihaoyi:geny_2.10:0.1.1'
// https://jarcasting.com/artifacts/com.lihaoyi/geny_2.10/
implementation ("com.lihaoyi:geny_2.10:0.1.1")
'com.lihaoyi:geny_2.10:jar:0.1.1'
<dependency org="com.lihaoyi" name="geny_2.10" rev="0.1.1">
<artifact name="geny_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lihaoyi', module='geny_2.10', version='0.1.1')
)
libraryDependencies += "com.lihaoyi" % "geny_2.10" % "0.1.1"
[com.lihaoyi/geny_2.10 "0.1.1"]