GroupId | GroupIdcom.sondertara |
---|---|
ArtifactId | ArtifactIdnotify-tara |
Version | Version0.0.3-SANPSHOT |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sondertara/notify-tara/ -->
<dependency>
<groupId>com.sondertara</groupId>
<artifactId>notify-tara</artifactId>
<version>0.0.3-SANPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.sondertara/notify-tara/
implementation 'com.sondertara:notify-tara:0.0.3-SANPSHOT'
// https://jarcasting.com/artifacts/com.sondertara/notify-tara/
implementation ("com.sondertara:notify-tara:0.0.3-SANPSHOT")
'com.sondertara:notify-tara:jar:0.0.3-SANPSHOT'
<dependency org="com.sondertara" name="notify-tara" rev="0.0.3-SANPSHOT">
<artifact name="notify-tara" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sondertara', module='notify-tara', version='0.0.3-SANPSHOT')
)
libraryDependencies += "com.sondertara" % "notify-tara" % "0.0.3-SANPSHOT"
[com.sondertara/notify-tara "0.0.3-SANPSHOT"]