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