License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jci-eclipse |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons JCI compiler-eclipse
Apache Commons JCI compiler implementation for the Eclipse compiler.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
commons-jci-eclipse-1.1.pom | |
commons-jci-eclipse-1.1.jar | 17 KB |
commons-jci-eclipse-1.1-sources.jar | 10 KB |
commons-jci-eclipse-1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jci-eclipse/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jci-eclipse</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-eclipse/
implementation 'org.apache.commons:commons-jci-eclipse:1.1'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-eclipse/
implementation ("org.apache.commons:commons-jci-eclipse:1.1")
'org.apache.commons:commons-jci-eclipse:jar:1.1'
<dependency org="org.apache.commons" name="commons-jci-eclipse" rev="1.1">
<artifact name="commons-jci-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jci-eclipse', version='1.1')
)
libraryDependencies += "org.apache.commons" % "commons-jci-eclipse" % "1.1"
[org.apache.commons/commons-jci-eclipse "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jci-core | jar | 1.1 |
org.eclipse.jdt.core.compiler : ecj | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jci-core | test-jar | 1.1 |
junit : junit | jar | 4.11 |