Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.slinkyframework |
ArtifactId | ArtifactIdslinky-common-logging |
Version | Version0.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.slinkyframework/slinky-common-logging/ -->
<dependency>
<groupId>org.slinkyframework</groupId>
<artifactId>slinky-common-logging</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-common-logging/
implementation 'org.slinkyframework:slinky-common-logging:0.4.2'
// https://jarcasting.com/artifacts/org.slinkyframework/slinky-common-logging/
implementation ("org.slinkyframework:slinky-common-logging:0.4.2")
'org.slinkyframework:slinky-common-logging:jar:0.4.2'
<dependency org="org.slinkyframework" name="slinky-common-logging" rev="0.4.2">
<artifact name="slinky-common-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slinkyframework', module='slinky-common-logging', version='0.4.2')
)
libraryDependencies += "org.slinkyframework" % "slinky-common-logging" % "0.4.2"
[org.slinkyframework/slinky-common-logging "0.4.2"]