is not current version
Last Version 2.1.1

com.github.fk7075:lucky 1.1.0

Lucky是一个全场景轻量级的JavaEE框架

GroupId

GroupId

com.github.fk7075
ArtifactId

ArtifactId

lucky
Version

Version

1.1.0
Type

Type

jar

Download lucky 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.fk7075/lucky/ -->
<dependency>
    <groupId>com.github.fk7075</groupId>
    <artifactId>lucky</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fk7075/lucky/
implementation 'com.github.fk7075:lucky:1.1.0'
// https://jarcasting.com/artifacts/com.github.fk7075/lucky/
implementation ("com.github.fk7075:lucky:1.1.0")
'com.github.fk7075:lucky:jar:1.1.0'
<dependency org="com.github.fk7075" name="lucky" rev="1.1.0">
  <artifact name="lucky" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fk7075', module='lucky', version='1.1.0')
)
libraryDependencies += "com.github.fk7075" % "lucky" % "1.1.0"
[com.github.fk7075/lucky "1.1.0"]