GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdleaned |
Version | Version1.3.1-a |
Type | Typejar |
Filename | Size |
---|---|
leaned-1.3.1-a.pom | |
leaned-1.3.1-a.jar | 4 KB |
leaned-1.3.1-a-sources.jar | 3 KB |
leaned-1.3.1-a-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fanzezhen/leaned/ -->
<dependency>
<groupId>com.github.fanzezhen</groupId>
<artifactId>leaned</artifactId>
<version>1.3.1-a</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/leaned/
implementation 'com.github.fanzezhen:leaned:1.3.1-a'
// https://jarcasting.com/artifacts/com.github.fanzezhen/leaned/
implementation ("com.github.fanzezhen:leaned:1.3.1-a")
'com.github.fanzezhen:leaned:jar:1.3.1-a'
<dependency org="com.github.fanzezhen" name="leaned" rev="1.3.1-a">
<artifact name="leaned" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='leaned', version='1.3.1-a')
)
libraryDependencies += "com.github.fanzezhen" % "leaned" % "1.3.1-a"
[com.github.fanzezhen/leaned "1.3.1-a"]