Categories |
CategoriesJOnAS Container Application Servers Maven Build Tools Git Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.jonasrutishauser.maven.wagon |
ArtifactId | ArtifactIdwagon-git |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
wagon-git-1.1.0.pom | |
wagon-git-1.1.0.jar | 20 KB |
wagon-git-1.1.0-sources.jar | 14 KB |
wagon-git-1.1.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonasrutishauser.maven.wagon/wagon-git/ -->
<dependency>
<groupId>com.github.jonasrutishauser.maven.wagon</groupId>
<artifactId>wagon-git</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonasrutishauser.maven.wagon/wagon-git/
implementation 'com.github.jonasrutishauser.maven.wagon:wagon-git:1.1.0'
// https://jarcasting.com/artifacts/com.github.jonasrutishauser.maven.wagon/wagon-git/
implementation ("com.github.jonasrutishauser.maven.wagon:wagon-git:1.1.0")
'com.github.jonasrutishauser.maven.wagon:wagon-git:jar:1.1.0'
<dependency org="com.github.jonasrutishauser.maven.wagon" name="wagon-git" rev="1.1.0">
<artifact name="wagon-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonasrutishauser.maven.wagon', module='wagon-git', version='1.1.0')
)
libraryDependencies += "com.github.jonasrutishauser.maven.wagon" % "wagon-git" % "1.1.0"
[com.github.jonasrutishauser.maven.wagon/wagon-git "1.1.0"]