GroupId | GroupIdorg.codehaus.redback.components.registry |
---|---|
ArtifactId | ArtifactIdspring-registry-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedback Spring Registry Api
Parent Pom for various components used in redback, Apache Archiva and Apache Continuum.
|
Filename | Size |
---|---|
spring-registry-api-1.0.pom | |
spring-registry-api-1.0.jar | 4 KB |
spring-registry-api-1.0-sources.jar | 4 KB |
spring-registry-api-1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.redback.components.registry/spring-registry-api/ -->
<dependency>
<groupId>org.codehaus.redback.components.registry</groupId>
<artifactId>spring-registry-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.redback.components.registry/spring-registry-api/
implementation 'org.codehaus.redback.components.registry:spring-registry-api:1.0'
// https://jarcasting.com/artifacts/org.codehaus.redback.components.registry/spring-registry-api/
implementation ("org.codehaus.redback.components.registry:spring-registry-api:1.0")
'org.codehaus.redback.components.registry:spring-registry-api:jar:1.0'
<dependency org="org.codehaus.redback.components.registry" name="spring-registry-api" rev="1.0">
<artifact name="spring-registry-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.redback.components.registry', module='spring-registry-api', version='1.0')
)
libraryDependencies += "org.codehaus.redback.components.registry" % "spring-registry-api" % "1.0"
[org.codehaus.redback.components.registry/spring-registry-api "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-utils | jar | 1.5.6 |
org.slf4j : slf4j-api | jar | 1.6.1 |
javax.annotation : jsr250-api | jar | 1.0 |
javax.inject : javax.inject | jar | 1 |
junit : junit | jar | 4.8.2 |
org.springframework : spring-core | jar | 3.0.5.RELEASE |
org.springframework : spring-context | jar | 3.0.5.RELEASE |
org.springframework : spring-context-support | jar | 3.0.5.RELEASE |
org.springframework : spring-beans | jar | 3.0.5.RELEASE |
org.springframework : spring-test | jar | 3.0.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.1 |