License |
License |
---|---|
GroupId | GroupIdorg.unidal.framework |
ArtifactId | ArtifactIdspring-support |
Last Version | Last Version3.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Support
Unidal Framework
|
Project Organization |
Project OrganizationUnidal Organization |
Filename | Size |
---|---|
spring-support-3.0.3.pom | |
spring-support-3.0.3.jar | 10 KB |
spring-support-3.0.3-sources.jar | 4 KB |
spring-support-3.0.3-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unidal.framework/spring-support/ -->
<dependency>
<groupId>org.unidal.framework</groupId>
<artifactId>spring-support</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.unidal.framework/spring-support/
implementation 'org.unidal.framework:spring-support:3.0.3'
// https://jarcasting.com/artifacts/org.unidal.framework/spring-support/
implementation ("org.unidal.framework:spring-support:3.0.3")
'org.unidal.framework:spring-support:jar:3.0.3'
<dependency org="org.unidal.framework" name="spring-support" rev="3.0.3">
<artifact name="spring-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unidal.framework', module='spring-support', version='3.0.3')
)
libraryDependencies += "org.unidal.framework" % "spring-support" % "3.0.3"
[org.unidal.framework/spring-support "3.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.unidal.framework : foundation-service | jar | 3.0.3 |
com.dianping.cat : cat-client | jar | 4.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 4.2.7.RELEASE |
org.springframework : spring-context | jar | 4.2.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |