GroupId | GroupIdinfo.faljse |
---|---|
ArtifactId | ArtifactIdSDNotify |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
SDNotify-1.2.pom | |
SDNotify-1.2.jar | 8 KB |
SDNotify-1.2-sources.jar | 8 KB |
SDNotify-1.2-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.faljse/SDNotify/ -->
<dependency>
<groupId>info.faljse</groupId>
<artifactId>SDNotify</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/info.faljse/SDNotify/
implementation 'info.faljse:SDNotify:1.2'
// https://jarcasting.com/artifacts/info.faljse/SDNotify/
implementation ("info.faljse:SDNotify:1.2")
'info.faljse:SDNotify:jar:1.2'
<dependency org="info.faljse" name="SDNotify" rev="1.2">
<artifact name="SDNotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.faljse', module='SDNotify', version='1.2')
)
libraryDependencies += "info.faljse" % "SDNotify" % "1.2"
[info.faljse/SDNotify "1.2"]