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