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