| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.mwegrz |
| ArtifactId | ArtifactIdscala-structlog_2.12 |
| Version | Version0.1.15 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mwegrz/scala-structlog_2.12/ -->
<dependency>
<groupId>com.github.mwegrz</groupId>
<artifactId>scala-structlog_2.12</artifactId>
<version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwegrz/scala-structlog_2.12/
implementation 'com.github.mwegrz:scala-structlog_2.12:0.1.15'
// https://jarcasting.com/artifacts/com.github.mwegrz/scala-structlog_2.12/
implementation ("com.github.mwegrz:scala-structlog_2.12:0.1.15")
'com.github.mwegrz:scala-structlog_2.12:jar:0.1.15'
<dependency org="com.github.mwegrz" name="scala-structlog_2.12" rev="0.1.15">
<artifact name="scala-structlog_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwegrz', module='scala-structlog_2.12', version='0.1.15')
)
libraryDependencies += "com.github.mwegrz" % "scala-structlog_2.12" % "0.1.15"
[com.github.mwegrz/scala-structlog_2.12 "0.1.15"]