<dependency> <groupId>io.github.ahjohannessen</groupId> <artifactId>s4s-lib_3</artifactId> <version>0.1.2</version> </dependency>
implementation 'io.github.ahjohannessen:s4s-lib_3:0.1.2'
implementation("io.github.ahjohannessen:s4s-lib_3:0.1.2")
libraryDependencies += "io.github.ahjohannessen" % "s4s-lib_3" % "0.1.2"
@Grapes( @Grab(group='io.github.ahjohannessen', module='s4s-lib_3', version='0.1.2') )
<dependency org="io.github.ahjohannessen" name="s4s-lib_3" rev="0.1.2" />
[io.github.ahjohannessen/s4s-lib_3 "0.1.2"]
'io.github.ahjohannessen:s4s-lib_3:jar:0.1.2'
compile
|-- org.scala-lang:scala3-library_3:3.2.1
|-- org.typelevel:cats-core_3:2.9.0
|-- com.disneystreaming.smithy4s:smithy4s-core_3:0.17.1