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