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