Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.springmodules |
ArtifactId | ArtifactIdspring-modules-ant |
Last Version | Last Version0.8a |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
spring-modules-ant-0.8a.pom | |
spring-modules-ant-0.8a.jar | 9 KB |
spring-modules-ant-0.8a-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/ -->
<dependency>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules-ant</artifactId>
<version>0.8a</version>
</dependency>
// https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/
implementation 'org.springmodules:spring-modules-ant:0.8a'
// https://jarcasting.com/artifacts/org.springmodules/spring-modules-ant/
implementation ("org.springmodules:spring-modules-ant:0.8a")
'org.springmodules:spring-modules-ant:jar:0.8a'
<dependency org="org.springmodules" name="spring-modules-ant" rev="0.8a">
<artifact name="spring-modules-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springmodules', module='spring-modules-ant', version='0.8a')
)
libraryDependencies += "org.springmodules" % "spring-modules-ant" % "0.8a"
[org.springmodules/spring-modules-ant "0.8a"]