Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives
License |
License |
---|---|
GroupId | GroupIdcom.mageddo |
ArtifactId | ArtifactIdspring-profile |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Profile Env
Use Spring Env Profile without spring boot, only using spring core
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-profile-1.0.0.pom | |
spring-profile-1.0.0.jar | 3 KB |
spring-profile-1.0.0-sources.jar | 2 KB |
spring-profile-1.0.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/spring-profile/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>spring-profile</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/spring-profile/
implementation 'com.mageddo:spring-profile:1.0.0'
// https://jarcasting.com/artifacts/com.mageddo/spring-profile/
implementation ("com.mageddo:spring-profile:1.0.0")
'com.mageddo:spring-profile:jar:1.0.0'
<dependency org="com.mageddo" name="spring-profile" rev="1.0.0">
<artifact name="spring-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='spring-profile', version='1.0.0')
)
libraryDependencies += "com.mageddo" % "spring-profile" % "1.0.0"
[com.mageddo/spring-profile "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 4.3.6.RELEASE |
commons-logging : commons-logging | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
Spring projects extensions
Installing dependencies
./gradlew clean build
./gradlew uploadArchives