License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdio.github.anikethreddy-c |
ArtifactId | ArtifactIdgithub-example-package |
Last Version | Last Version1.0.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionExample
A application used as an example on how to set up pushing
its components to the Central Repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
github-example-package-1.0.0.0.pom | |
github-example-package-1.0.0.0.jar | 3 KB |
github-example-package-1.0.0.0-sources.jar | 675 bytes |
github-example-package-1.0.0.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.anikethreddy-c/github-example-package/ -->
<dependency>
<groupId>io.github.anikethreddy-c</groupId>
<artifactId>github-example-package</artifactId>
<version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.anikethreddy-c/github-example-package/
implementation 'io.github.anikethreddy-c:github-example-package:1.0.0.0'
// https://jarcasting.com/artifacts/io.github.anikethreddy-c/github-example-package/
implementation ("io.github.anikethreddy-c:github-example-package:1.0.0.0")
'io.github.anikethreddy-c:github-example-package:jar:1.0.0.0'
<dependency org="io.github.anikethreddy-c" name="github-example-package" rev="1.0.0.0">
<artifact name="github-example-package" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.anikethreddy-c', module='github-example-package', version='1.0.0.0')
)
libraryDependencies += "io.github.anikethreddy-c" % "github-example-package" % "1.0.0.0"
[io.github.anikethreddy-c/github-example-package "1.0.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |