| License |
License |
|---|---|
| GroupId | GroupIdio.github.avulavasudha |
| ArtifactId | ArtifactIdPOC |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPOC
A application used as an example on how to set up pushing its components to the Central Repository.
|
| Filename | Size |
|---|---|
| POC-1.0.pom | |
| POC-1.0.jar | 1 KB |
| POC-1.0-sources.jar | 1 KB |
| POC-1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.avulavasudha/POC/ -->
<dependency>
<groupId>io.github.avulavasudha</groupId>
<artifactId>POC</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.avulavasudha/POC/
implementation 'io.github.avulavasudha:POC:1.0'
// https://jarcasting.com/artifacts/io.github.avulavasudha/POC/
implementation ("io.github.avulavasudha:POC:1.0")
'io.github.avulavasudha:POC:jar:1.0'
<dependency org="io.github.avulavasudha" name="POC" rev="1.0">
<artifact name="POC" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.avulavasudha', module='POC', version='1.0')
)
libraryDependencies += "io.github.avulavasudha" % "POC" % "1.0"
[io.github.avulavasudha/POC "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 23.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |