Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.turbospaces.boot |
ArtifactId | ArtifactIdbootstrap-logging |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-logging</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/
implementation 'com.turbospaces.boot:bootstrap-logging:1.0.5'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-logging/
implementation ("com.turbospaces.boot:bootstrap-logging:1.0.5")
'com.turbospaces.boot:bootstrap-logging:jar:1.0.5'
<dependency org="com.turbospaces.boot" name="bootstrap-logging" rev="1.0.5">
<artifact name="bootstrap-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-logging', version='1.0.5')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-logging" % "1.0.5"
[com.turbospaces.boot/bootstrap-logging "1.0.5"]