Categories |
CategoriesMaven Build Tools Logging Application Layer Libs |
---|---|
GroupId | GroupIdcom.github.odavid.maven.plugins |
ArtifactId | ArtifactIdmaven-logging-extension |
Version | Version0.1-alpha-39 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/maven-logging-extension/ -->
<dependency>
<groupId>com.github.odavid.maven.plugins</groupId>
<artifactId>maven-logging-extension</artifactId>
<version>0.1-alpha-39</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/maven-logging-extension/
implementation 'com.github.odavid.maven.plugins:maven-logging-extension:0.1-alpha-39'
// https://jarcasting.com/artifacts/com.github.odavid.maven.plugins/maven-logging-extension/
implementation ("com.github.odavid.maven.plugins:maven-logging-extension:0.1-alpha-39")
'com.github.odavid.maven.plugins:maven-logging-extension:jar:0.1-alpha-39'
<dependency org="com.github.odavid.maven.plugins" name="maven-logging-extension" rev="0.1-alpha-39">
<artifact name="maven-logging-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odavid.maven.plugins', module='maven-logging-extension', version='0.1-alpha-39')
)
libraryDependencies += "com.github.odavid.maven.plugins" % "maven-logging-extension" % "0.1-alpha-39"
[com.github.odavid.maven.plugins/maven-logging-extension "0.1-alpha-39"]