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