Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-jci-eclipse |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-jci-eclipse-1.0.pom | |
commons-jci-eclipse-1.0.jar | 17 KB |
commons-jci-eclipse-1.0-sources.jar | 10 KB |
commons-jci-eclipse-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-eclipse/
implementation 'org.apache.commons:commons-jci-eclipse:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-eclipse/
implementation ("org.apache.commons:commons-jci-eclipse:1.0")
'org.apache.commons:commons-jci-eclipse:jar:1.0'
<dependency org="org.apache.commons" name="commons-jci-eclipse" rev="1.0">
<artifact name="commons-jci-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jci-eclipse', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-jci-eclipse" % "1.0"
[org.apache.commons/commons-jci-eclipse "1.0"]