Categories |
CategoriesLogging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdtech.pronghorn |
ArtifactId | ArtifactIdplugin-logging-slf4j |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
plugin-logging-slf4j-0.1.0.pom | |
plugin-logging-slf4j-0.1.0.jar | 2 KB |
plugin-logging-slf4j-0.1.0-sources.jar | 1 KB |
plugin-logging-slf4j-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/ -->
<dependency>
<groupId>tech.pronghorn</groupId>
<artifactId>plugin-logging-slf4j</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/
implementation 'tech.pronghorn:plugin-logging-slf4j:0.1.0'
// https://jarcasting.com/artifacts/tech.pronghorn/plugin-logging-slf4j/
implementation ("tech.pronghorn:plugin-logging-slf4j:0.1.0")
'tech.pronghorn:plugin-logging-slf4j:jar:0.1.0'
<dependency org="tech.pronghorn" name="plugin-logging-slf4j" rev="0.1.0">
<artifact name="plugin-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.pronghorn', module='plugin-logging-slf4j', version='0.1.0')
)
libraryDependencies += "tech.pronghorn" % "plugin-logging-slf4j" % "0.1.0"
[tech.pronghorn/plugin-logging-slf4j "0.1.0"]