Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.shmin |
ArtifactId | ArtifactIdlight-framework |
Version | Version2.2.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
light-framework-2.2.0-RELEASE.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.shmin/light-framework/ -->
<dependency>
<groupId>net.shmin</groupId>
<artifactId>light-framework</artifactId>
<version>2.2.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.shmin/light-framework/
implementation 'net.shmin:light-framework:2.2.0-RELEASE'
// https://jarcasting.com/artifacts/net.shmin/light-framework/
implementation ("net.shmin:light-framework:2.2.0-RELEASE")
'net.shmin:light-framework:pom:2.2.0-RELEASE'
<dependency org="net.shmin" name="light-framework" rev="2.2.0-RELEASE">
<artifact name="light-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.shmin', module='light-framework', version='2.2.0-RELEASE')
)
libraryDependencies += "net.shmin" % "light-framework" % "2.2.0-RELEASE"
[net.shmin/light-framework "2.2.0-RELEASE"]