Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.xiaoyuge5201 |
ArtifactId | ArtifactIdgit |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
git-1.3.pom | |
git-1.3.jar | 15 KB |
git-1.3-sources.jar | 11 KB |
git-1.3-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/git/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>git</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/git/
implementation 'com.github.xiaoyuge5201:git:1.3'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/git/
implementation ("com.github.xiaoyuge5201:git:1.3")
'com.github.xiaoyuge5201:git:jar:1.3'
<dependency org="com.github.xiaoyuge5201" name="git" rev="1.3">
<artifact name="git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='git', version='1.3')
)
libraryDependencies += "com.github.xiaoyuge5201" % "git" % "1.3"
[com.github.xiaoyuge5201/git "1.3"]