Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.fpay |
ArtifactId | ArtifactIdleona-java |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
leona-java-1.1.0.pom | |
leona-java-1.1.0.jar | 57 KB |
leona-java-1.1.0-sources.jar | 38 KB |
leona-java-1.1.0-javadoc.jar | 281 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fpay/leona-java/ -->
<dependency>
<groupId>com.github.fpay</groupId>
<artifactId>leona-java</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fpay/leona-java/
implementation 'com.github.fpay:leona-java:1.1.0'
// https://jarcasting.com/artifacts/com.github.fpay/leona-java/
implementation ("com.github.fpay:leona-java:1.1.0")
'com.github.fpay:leona-java:jar:1.1.0'
<dependency org="com.github.fpay" name="leona-java" rev="1.1.0">
<artifact name="leona-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fpay', module='leona-java', version='1.1.0')
)
libraryDependencies += "com.github.fpay" % "leona-java" % "1.1.0"
[com.github.fpay/leona-java "1.1.0"]