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