GroupId | GroupIdcom.github.ffcfalcos |
---|---|
ArtifactId | ArtifactIdlogger-manager |
Version | Version4.0.6-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ffcfalcos/logger-manager/ -->
<dependency>
<groupId>com.github.ffcfalcos</groupId>
<artifactId>logger-manager</artifactId>
<version>4.0.6-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffcfalcos/logger-manager/
implementation 'com.github.ffcfalcos:logger-manager:4.0.6-RELEASE'
// https://jarcasting.com/artifacts/com.github.ffcfalcos/logger-manager/
implementation ("com.github.ffcfalcos:logger-manager:4.0.6-RELEASE")
'com.github.ffcfalcos:logger-manager:jar:4.0.6-RELEASE'
<dependency org="com.github.ffcfalcos" name="logger-manager" rev="4.0.6-RELEASE">
<artifact name="logger-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ffcfalcos', module='logger-manager', version='4.0.6-RELEASE')
)
libraryDependencies += "com.github.ffcfalcos" % "logger-manager" % "4.0.6-RELEASE"
[com.github.ffcfalcos/logger-manager "4.0.6-RELEASE"]