<dependency> <groupId>com.github.sbt</groupId> <artifactId>sbt-sdlc</artifactId> <version>0.3.0</version> </dependency>
implementation 'com.github.sbt:sbt-sdlc:0.3.0'
implementation("com.github.sbt:sbt-sdlc:0.3.0")
libraryDependencies += "com.github.sbt" % "sbt-sdlc" % "0.3.0"
@Grapes( @Grab(group='com.github.sbt', module='sbt-sdlc', version='0.3.0') )
<dependency org="com.github.sbt" name="sbt-sdlc" rev="0.3.0" />
[com.github.sbt/sbt-sdlc "0.3.0"]
'com.github.sbt:sbt-sdlc:jar:0.3.0'