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