GroupId | GroupIdcom.tapad.sbt |
---|---|
ArtifactId | ArtifactIdmarathon-templating-lib_2.11 |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tapad.sbt/marathon-templating-lib_2.11/ -->
<dependency>
<groupId>com.tapad.sbt</groupId>
<artifactId>marathon-templating-lib_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tapad.sbt/marathon-templating-lib_2.11/
implementation 'com.tapad.sbt:marathon-templating-lib_2.11:0.1.0'
// https://jarcasting.com/artifacts/com.tapad.sbt/marathon-templating-lib_2.11/
implementation ("com.tapad.sbt:marathon-templating-lib_2.11:0.1.0")
'com.tapad.sbt:marathon-templating-lib_2.11:jar:0.1.0'
<dependency org="com.tapad.sbt" name="marathon-templating-lib_2.11" rev="0.1.0">
<artifact name="marathon-templating-lib_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tapad.sbt', module='marathon-templating-lib_2.11', version='0.1.0')
)
libraryDependencies += "com.tapad.sbt" % "marathon-templating-lib_2.11" % "0.1.0"
[com.tapad.sbt/marathon-templating-lib_2.11 "0.1.0"]