is not current version
Last Version 0.8a

org.springmodules:spring-modules-ant 0.7


Categories

Categories

Ant Build Tools
GroupId

GroupId

org.springmodules
ArtifactId

ArtifactId

spring-modules-ant
Version

Version

0.7
Type

Type

jar

Download spring-modules-ant 0.7


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