License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Git Development Tools Version Controls |
GroupId | GroupIdio.github.thiagolvlsantos |
ArtifactId | ArtifactIdgit-commons |
Last Version | Last Version1.0.30 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongit-commons
Common classes for Git family projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
git-commons-1.0.30.pom | |
git-commons-1.0.30.jar | 9 KB |
git-commons-1.0.30-sources.jar | 5 KB |
git-commons-1.0.30-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-commons/ -->
<dependency>
<groupId>io.github.thiagolvlsantos</groupId>
<artifactId>git-commons</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-commons/
implementation 'io.github.thiagolvlsantos:git-commons:1.0.30'
// https://jarcasting.com/artifacts/io.github.thiagolvlsantos/git-commons/
implementation ("io.github.thiagolvlsantos:git-commons:1.0.30")
'io.github.thiagolvlsantos:git-commons:jar:1.0.30'
<dependency org="io.github.thiagolvlsantos" name="git-commons" rev="1.0.30">
<artifact name="git-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thiagolvlsantos', module='git-commons', version='1.0.30')
)
libraryDependencies += "io.github.thiagolvlsantos" % "git-commons" % "1.0.30"
[io.github.thiagolvlsantos/git-commons "1.0.30"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |