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