License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdio.github.sonatype.sandbox.stargate |
ArtifactId | ArtifactIdmaven-test-app |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmvntestapp
A test package for Stargate
|
Filename | Size |
---|---|
maven-test-app-1.3.pom | |
maven-test-app-1.3.jar | 4 KB |
maven-test-app-1.3-sources.jar | 1 KB |
maven-test-app-1.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sonatype.sandbox.stargate/maven-test-app/ -->
<dependency>
<groupId>io.github.sonatype.sandbox.stargate</groupId>
<artifactId>maven-test-app</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sonatype.sandbox.stargate/maven-test-app/
implementation 'io.github.sonatype.sandbox.stargate:maven-test-app:1.3'
// https://jarcasting.com/artifacts/io.github.sonatype.sandbox.stargate/maven-test-app/
implementation ("io.github.sonatype.sandbox.stargate:maven-test-app:1.3")
'io.github.sonatype.sandbox.stargate:maven-test-app:jar:1.3'
<dependency org="io.github.sonatype.sandbox.stargate" name="maven-test-app" rev="1.3">
<artifact name="maven-test-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sonatype.sandbox.stargate', module='maven-test-app', version='1.3')
)
libraryDependencies += "io.github.sonatype.sandbox.stargate" % "maven-test-app" % "1.3"
[io.github.sonatype.sandbox.stargate/maven-test-app "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |