GroupId | GroupIdnl.martijndwars |
---|---|
ArtifactId | ArtifactIdweb-push |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
web-push-0.1.0.pom | |
web-push-0.1.0.jar | 7 KB |
web-push-0.1.0-sources.jar | 4 KB |
web-push-0.1.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nl.martijndwars/web-push/ -->
<dependency>
<groupId>nl.martijndwars</groupId>
<artifactId>web-push</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.martijndwars/web-push/
implementation 'nl.martijndwars:web-push:0.1.0'
// https://jarcasting.com/artifacts/nl.martijndwars/web-push/
implementation ("nl.martijndwars:web-push:0.1.0")
'nl.martijndwars:web-push:jar:0.1.0'
<dependency org="nl.martijndwars" name="web-push" rev="0.1.0">
<artifact name="web-push" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.martijndwars', module='web-push', version='0.1.0')
)
libraryDependencies += "nl.martijndwars" % "web-push" % "0.1.0"
[nl.martijndwars/web-push "0.1.0"]