Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives
License |
License |
---|---|
GroupId | GroupIdcom.mageddo |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version2.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons
Some commons utilities on mageddo environment
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-2.3.3.pom | |
commons-2.3.3.jar | 103 KB |
commons-2.3.3-sources.jar | 87 KB |
commons-2.3.3-javadoc.jar | 515 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/commons/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>commons</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation 'com.mageddo:commons:2.3.3'
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation ("com.mageddo:commons:2.3.3")
'com.mageddo:commons:jar:2.3.3'
<dependency org="com.mageddo" name="commons" rev="2.3.3">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='commons', version='2.3.3')
)
libraryDependencies += "com.mageddo" % "commons" % "2.3.3"
[com.mageddo/commons "2.3.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives