Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.sheigutn |
ArtifactId | ArtifactIdpushbullet-java-8 |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
pushbullet-java-8-1.3.pom | |
pushbullet-java-8-1.3.jar | 178 KB |
pushbullet-java-8-1.3-sources.jar | 92 KB |
pushbullet-java-8-1.3-javadoc.jar | 748 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sheigutn/pushbullet-java-8/ -->
<dependency>
<groupId>com.github.sheigutn</groupId>
<artifactId>pushbullet-java-8</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sheigutn/pushbullet-java-8/
implementation 'com.github.sheigutn:pushbullet-java-8:1.3'
// https://jarcasting.com/artifacts/com.github.sheigutn/pushbullet-java-8/
implementation ("com.github.sheigutn:pushbullet-java-8:1.3")
'com.github.sheigutn:pushbullet-java-8:jar:1.3'
<dependency org="com.github.sheigutn" name="pushbullet-java-8" rev="1.3">
<artifact name="pushbullet-java-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sheigutn', module='pushbullet-java-8', version='1.3')
)
libraryDependencies += "com.github.sheigutn" % "pushbullet-java-8" % "1.3"
[com.github.sheigutn/pushbullet-java-8 "1.3"]