Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.janhicken |
ArtifactId | ArtifactIdmaven-wagon-gs |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
maven-wagon-gs-1.2.pom | |
maven-wagon-gs-1.2.jar | 7 KB |
maven-wagon-gs-1.2-sources.jar | 5 KB |
maven-wagon-gs-1.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.janhicken/maven-wagon-gs/ -->
<dependency>
<groupId>io.github.janhicken</groupId>
<artifactId>maven-wagon-gs</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.janhicken/maven-wagon-gs/
implementation 'io.github.janhicken:maven-wagon-gs:1.2'
// https://jarcasting.com/artifacts/io.github.janhicken/maven-wagon-gs/
implementation ("io.github.janhicken:maven-wagon-gs:1.2")
'io.github.janhicken:maven-wagon-gs:jar:1.2'
<dependency org="io.github.janhicken" name="maven-wagon-gs" rev="1.2">
<artifact name="maven-wagon-gs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.janhicken', module='maven-wagon-gs', version='1.2')
)
libraryDependencies += "io.github.janhicken" % "maven-wagon-gs" % "1.2"
[io.github.janhicken/maven-wagon-gs "1.2"]