is not current version
Last Version 0.8a

org.springmodules:spring-modules-ant 0.8


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.springmodules
ArtifactId

ArtifactId

spring-modules-ant
Version

Version

0.8
Type

Type

jar

Download spring-modules-ant 0.8


<!-- https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/ -->
<dependency>
    <groupId>org.springmodules</groupId>
    <artifactId>spring-modules-ant</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/
implementation 'org.springmodules:spring-modules-ant:0.8'
// https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/
implementation ("org.springmodules:spring-modules-ant:0.8")
'org.springmodules:spring-modules-ant:jar:0.8'
<dependency org="org.springmodules" name="spring-modules-ant" rev="0.8">
  <artifact name="spring-modules-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springmodules', module='spring-modules-ant', version='0.8')
)
libraryDependencies += "org.springmodules" % "spring-modules-ant" % "0.8"
[org.springmodules/spring-modules-ant "0.8"]