License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface ORM Data |
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.ant.ui |
Last Version | Last Version3.8.200 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnt UI
Ant UI
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
org.eclipse.ant.ui-3.8.200.pom | |
org.eclipse.ant.ui-3.8.200.jar | 1 MB |
org.eclipse.ant.ui-3.8.200-sources.jar | 609 KB |
org.eclipse.ant.ui-3.8.200-javadoc.jar | 530 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ant.ui/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ant.ui</artifactId>
<version>3.8.200</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ant.ui/
implementation 'org.eclipse.platform:org.eclipse.ant.ui:3.8.200'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.ant.ui/
implementation ("org.eclipse.platform:org.eclipse.ant.ui:3.8.200")
'org.eclipse.platform:org.eclipse.ant.ui:jar:3.8.200'
<dependency org="org.eclipse.platform" name="org.eclipse.ant.ui" rev="3.8.200">
<artifact name="org.eclipse.ant.ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.ant.ui', version='3.8.200')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.ant.ui" % "3.8.200"
[org.eclipse.platform/org.eclipse.ant.ui "3.8.200"]