Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdgitlog-maven-plugin |
Version | Version0.2.0-rc2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>gitlog-maven-plugin</artifactId>
<version>0.2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/
implementation 'org.llorllale:gitlog-maven-plugin:0.2.0-rc2'
// https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/
implementation ("org.llorllale:gitlog-maven-plugin:0.2.0-rc2")
'org.llorllale:gitlog-maven-plugin:jar:0.2.0-rc2'
<dependency org="org.llorllale" name="gitlog-maven-plugin" rev="0.2.0-rc2">
<artifact name="gitlog-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='gitlog-maven-plugin', version='0.2.0-rc2')
)
libraryDependencies += "org.llorllale" % "gitlog-maven-plugin" % "0.2.0-rc2"
[org.llorllale/gitlog-maven-plugin "0.2.0-rc2"]