Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives
License |
License |
---|---|
GroupId | GroupIdcom.mageddo |
ArtifactId | ArtifactIdrsl |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrsl
Class Utils and Annotations For RSL
|
Filename | Size |
---|---|
rsl-1.0.0.pom | |
rsl-1.0.0.jar | 1 KB |
rsl-1.0.0-sources.jar | 1 KB |
rsl-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/rsl/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>rsl</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/rsl/
implementation 'com.mageddo:rsl:1.0.0'
// https://jarcasting.com/artifacts/com.mageddo/rsl/
implementation ("com.mageddo:rsl:1.0.0")
'com.mageddo:rsl:jar:1.0.0'
<dependency org="com.mageddo" name="rsl" rev="1.0.0">
<artifact name="rsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='rsl', version='1.0.0')
)
libraryDependencies += "com.mageddo" % "rsl" % "1.0.0"
[com.mageddo/rsl "1.0.0"]
Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives