Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.llorllale |
ArtifactId | ArtifactIdgitlog-maven-plugin |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gitlog-maven-plugin-0.1.0.pom | |
gitlog-maven-plugin-0.1.0.jar | 11 KB |
gitlog-maven-plugin-0.1.0-sources.jar | 17 KB |
gitlog-maven-plugin-0.1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/ -->
<dependency>
<groupId>org.llorllale</groupId>
<artifactId>gitlog-maven-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/
implementation 'org.llorllale:gitlog-maven-plugin:0.1.0'
// https://jarcasting.com/artifacts/org.llorllale/gitlog-maven-plugin/
implementation ("org.llorllale:gitlog-maven-plugin:0.1.0")
'org.llorllale:gitlog-maven-plugin:jar:0.1.0'
<dependency org="org.llorllale" name="gitlog-maven-plugin" rev="0.1.0">
<artifact name="gitlog-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.llorllale', module='gitlog-maven-plugin', version='0.1.0')
)
libraryDependencies += "org.llorllale" % "gitlog-maven-plugin" % "0.1.0"
[org.llorllale/gitlog-maven-plugin "0.1.0"]