Categories |
CategoriesCLI User Interface SLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.client3 |
ArtifactId | ArtifactIdslf4j-backend_2.12 |
Version | Version3.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/slf4j-backend_2.12/ -->
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>slf4j-backend_2.12</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/slf4j-backend_2.12/
implementation 'com.softwaremill.sttp.client3:slf4j-backend_2.12:3.1.5'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.client3/slf4j-backend_2.12/
implementation ("com.softwaremill.sttp.client3:slf4j-backend_2.12:3.1.5")
'com.softwaremill.sttp.client3:slf4j-backend_2.12:jar:3.1.5'
<dependency org="com.softwaremill.sttp.client3" name="slf4j-backend_2.12" rev="3.1.5">
<artifact name="slf4j-backend_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.client3', module='slf4j-backend_2.12', version='3.1.5')
)
libraryDependencies += "com.softwaremill.sttp.client3" % "slf4j-backend_2.12" % "3.1.5"
[com.softwaremill.sttp.client3/slf4j-backend_2.12 "3.1.5"]