License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.zeroc |
ArtifactId | ArtifactIdant-ice |
Version | Version4.1.0 |
Type | Typejar |
Description |
DescriptionIce Builder for Ant
Ant tasks to automate the compilation of Slice files to Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ant-ice-4.1.0.pom | |
ant-ice-4.1.0.jar | 19 KB |
ant-ice-4.1.0-sources.jar | 10 KB |
ant-ice-4.1.0-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeroc/ant-ice/ -->
<dependency>
<groupId>com.zeroc</groupId>
<artifactId>ant-ice</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zeroc/ant-ice/
implementation 'com.zeroc:ant-ice:4.1.0'
// https://jarcasting.com/artifacts/com.zeroc/ant-ice/
implementation ("com.zeroc:ant-ice:4.1.0")
'com.zeroc:ant-ice:jar:4.1.0'
<dependency org="com.zeroc" name="ant-ice" rev="4.1.0">
<artifact name="ant-ice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zeroc', module='ant-ice', version='4.1.0')
)
libraryDependencies += "com.zeroc" % "ant-ice" % "4.1.0"
[com.zeroc/ant-ice "4.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.5 |