Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.janosgats.logging |
ArtifactId | ArtifactIdflexible-appender |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
flexible-appender-1.1.3.pom | |
flexible-appender-1.1.3.jar | 33 KB |
flexible-appender-1.1.3-sources.jar | 23 KB |
flexible-appender-1.1.3-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.janosgats.logging/flexible-appender/ -->
<dependency>
<groupId>com.janosgats.logging</groupId>
<artifactId>flexible-appender</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.janosgats.logging/flexible-appender/
implementation 'com.janosgats.logging:flexible-appender:1.1.3'
// https://jarcasting.com/artifacts/com.janosgats.logging/flexible-appender/
implementation ("com.janosgats.logging:flexible-appender:1.1.3")
'com.janosgats.logging:flexible-appender:jar:1.1.3'
<dependency org="com.janosgats.logging" name="flexible-appender" rev="1.1.3">
<artifact name="flexible-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.janosgats.logging', module='flexible-appender', version='1.1.3')
)
libraryDependencies += "com.janosgats.logging" % "flexible-appender" % "1.1.3"
[com.janosgats.logging/flexible-appender "1.1.3"]