GroupId | GroupIdcom.github.fanzezhen |
---|---|
ArtifactId | ArtifactIdleaned |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
leaned-1.3.0.pom | |
leaned-1.3.0.jar | 4 KB |
leaned-1.3.0-sources.jar | 3 KB |
leaned-1.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fanzezhen/leaned/
implementation 'com.github.fanzezhen:leaned:1.3.0'
// https://jarcasting.com/artifacts/com.github.fanzezhen/leaned/
implementation ("com.github.fanzezhen:leaned:1.3.0")
'com.github.fanzezhen:leaned:jar:1.3.0'
<dependency org="com.github.fanzezhen" name="leaned" rev="1.3.0">
<artifact name="leaned" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fanzezhen', module='leaned', version='1.3.0')
)
libraryDependencies += "com.github.fanzezhen" % "leaned" % "1.3.0"
[com.github.fanzezhen/leaned "1.3.0"]