GroupId | GroupIdcom.github.seratch.taskun |
---|---|
ArtifactId | ArtifactIdtaskun-log4j-extension |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.seratch.taskun/taskun-log4j-extension/ -->
<dependency>
<groupId>com.github.seratch.taskun</groupId>
<artifactId>taskun-log4j-extension</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch.taskun/taskun-log4j-extension/
implementation 'com.github.seratch.taskun:taskun-log4j-extension:1.5.1'
// https://jarcasting.com/artifacts/com.github.seratch.taskun/taskun-log4j-extension/
implementation ("com.github.seratch.taskun:taskun-log4j-extension:1.5.1")
'com.github.seratch.taskun:taskun-log4j-extension:jar:1.5.1'
<dependency org="com.github.seratch.taskun" name="taskun-log4j-extension" rev="1.5.1">
<artifact name="taskun-log4j-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch.taskun', module='taskun-log4j-extension', version='1.5.1')
)
libraryDependencies += "com.github.seratch.taskun" % "taskun-log4j-extension" % "1.5.1"
[com.github.seratch.taskun/taskun-log4j-extension "1.5.1"]