| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.commons |
| ArtifactId | ArtifactIdcommons-jci-examples |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionexamples
Commons JCI examples.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-jci-examples-1.0.pom | |
| commons-jci-examples-1.0.jar | 24 KB |
| commons-jci-examples-1.0-sources.jar | 19 KB |
| commons-jci-examples-1.0-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-jci-examples/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jci-examples</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-examples/
implementation 'org.apache.commons:commons-jci-examples:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-jci-examples/
implementation ("org.apache.commons:commons-jci-examples:1.0")
'org.apache.commons:commons-jci-examples:jar:1.0'
<dependency org="org.apache.commons" name="commons-jci-examples" rev="1.0">
<artifact name="commons-jci-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-jci-examples', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-jci-examples" % "1.0"
[org.apache.commons/commons-jci-examples "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-jci-core | jar | 1.0 |
| org.apache.commons : commons-jci-eclipse | jar | 1.0 |
| commons-cli : commons-cli | jar | 1.0 |
| javax.servlet : servlet-api | jar | 2.4 |