| License |
License |
|---|---|
| GroupId | GroupIdio.github.njain51.test |
| ArtifactId | ArtifactIdtest-app |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontest-app
this is just a test project
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-app-1.0.0.pom | |
| test-app-1.0.0.jar | 3 KB |
| test-app-1.0.0-sources.jar | 1 KB |
| test-app-1.0.0-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.njain51.test/test-app/ -->
<dependency>
<groupId>io.github.njain51.test</groupId>
<artifactId>test-app</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.njain51.test/test-app/
implementation 'io.github.njain51.test:test-app:1.0.0'
// https://jarcasting.com/artifacts/io.github.njain51.test/test-app/
implementation ("io.github.njain51.test:test-app:1.0.0")
'io.github.njain51.test:test-app:jar:1.0.0'
<dependency org="io.github.njain51.test" name="test-app" rev="1.0.0">
<artifact name="test-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.njain51.test', module='test-app', version='1.0.0')
)
libraryDependencies += "io.github.njain51.test" % "test-app" % "1.0.0"
[io.github.njain51.test/test-app "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |