Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
---|---|
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdivy |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIvy
Ivy dependency manager
|
Filename | Size |
---|---|
ivy-1.4.1.pom | |
ivy-1.4.1.jar | 558 KB |
ivy-1.4.1-sources.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/ivy/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>ivy</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/ivy/
implementation 'org.jvnet.hudson:ivy:1.4.1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/ivy/
implementation ("org.jvnet.hudson:ivy:1.4.1")
'org.jvnet.hudson:ivy:jar:1.4.1'
<dependency org="org.jvnet.hudson" name="ivy" rev="1.4.1">
<artifact name="ivy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='ivy', version='1.4.1')
)
libraryDependencies += "org.jvnet.hudson" % "ivy" % "1.4.1"
[org.jvnet.hudson/ivy "1.4.1"]