is not current version
Last Version 2.3.1-RELEASE

net.shmin:light-framework 2.1.1-RELEASE

Easy framework for web developer to build restful project.

Categories

Categories

Net
GroupId

GroupId

net.shmin
ArtifactId

ArtifactId

light-framework
Version

Version

2.1.1-RELEASE
Type

Type

pom

Download light-framework 2.1.1-RELEASE


<!-- https://jarcasting.com/artifacts/net.shmin/light-framework/ -->
<dependency>
    <groupId>net.shmin</groupId>
    <artifactId>light-framework</artifactId>
    <version>2.1.1-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.shmin/light-framework/
implementation 'net.shmin:light-framework:2.1.1-RELEASE'
// https://jarcasting.com/artifacts/net.shmin/light-framework/
implementation ("net.shmin:light-framework:2.1.1-RELEASE")
'net.shmin:light-framework:pom:2.1.1-RELEASE'
<dependency org="net.shmin" name="light-framework" rev="2.1.1-RELEASE">
  <artifact name="light-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.shmin', module='light-framework', version='2.1.1-RELEASE')
)
libraryDependencies += "net.shmin" % "light-framework" % "2.1.1-RELEASE"
[net.shmin/light-framework "2.1.1-RELEASE"]