License |
License
LGPL
|
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.dev.spring-annotation |
ArtifactId | ArtifactIdspring-annotation-base |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring-Annotation Infrastructure module
|
Filename | Size |
---|---|
spring-annotation-base-1.0.2.pom | |
spring-annotation-base-1.0.2.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.java.dev.spring-annotation/spring-annotation-base/ -->
<dependency>
<groupId>net.java.dev.spring-annotation</groupId>
<artifactId>spring-annotation-base</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.dev.spring-annotation/spring-annotation-base/
implementation 'net.java.dev.spring-annotation:spring-annotation-base:1.0.2'
// https://jarcasting.com/artifacts/net.java.dev.spring-annotation/spring-annotation-base/
implementation ("net.java.dev.spring-annotation:spring-annotation-base:1.0.2")
'net.java.dev.spring-annotation:spring-annotation-base:jar:1.0.2'
<dependency org="net.java.dev.spring-annotation" name="spring-annotation-base" rev="1.0.2">
<artifact name="spring-annotation-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.dev.spring-annotation', module='spring-annotation-base', version='1.0.2')
)
libraryDependencies += "net.java.dev.spring-annotation" % "spring-annotation-base" % "1.0.2"
[net.java.dev.spring-annotation/spring-annotation-base "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : jsr250-api | jar | 1.0 |
commons-logging : commons-logging | jar | 1.1 |
org.springframework : spring | jar | 2.0 |
cglib : cglib-nodep | jar | 2.1 |
aspectj : aspectjrt | jar | 1.5.2 |
aspectj : aspectjweaver | jar | 1.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |