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