<dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-spring</artifactId> <version>1.1.1</version> <type>bundle</type> </dependency>
implementation 'org.apache.abdera:abdera-spring:1.1.1'
implementation("org.apache.abdera:abdera-spring:1.1.1")
libraryDependencies += "org.apache.abdera" % "abdera-spring" % "1.1.1"
@Grapes( @Grab(group='org.apache.abdera', module='abdera-spring', version='1.1.1') )
<dependency org="org.apache.abdera" name="abdera-spring" rev="1.1.1" />
[org.apache.abdera/abdera-spring "1.1.1"]
'org.apache.abdera:abdera-spring:jar:1.1.1'
<parent> <groupId>org.apache.abdera</groupId> <artifactId>abdera</artifactId> <version>1.1.1</version> </parent>
compile
|-- junit:junit
|-- org.apache.abdera:abdera-server:1.1.1
|-- javax.servlet:servlet-api:2.4
|-- org.springframework:spring-web:2.0.6
test
|-- org.springframework:spring-mock:2.0.6