Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.sheigutn |
ArtifactId | ArtifactIdpushbullet-java-8 |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
pushbullet-java-8-1.3.2.pom | |
pushbullet-java-8-1.3.2.jar | 182 KB |
pushbullet-java-8-1.3.2-sources.jar | 95 KB |
pushbullet-java-8-1.3.2-javadoc.jar | 763 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sheigutn/pushbullet-java-8/
implementation 'com.github.sheigutn:pushbullet-java-8:1.3.2'
// https://jarcasting.com/artifacts/com.github.sheigutn/pushbullet-java-8/
implementation ("com.github.sheigutn:pushbullet-java-8:1.3.2")
'com.github.sheigutn:pushbullet-java-8:jar:1.3.2'
<dependency org="com.github.sheigutn" name="pushbullet-java-8" rev="1.3.2">
<artifact name="pushbullet-java-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sheigutn', module='pushbullet-java-8', version='1.3.2')
)
libraryDependencies += "com.github.sheigutn" % "pushbullet-java-8" % "1.3.2"
[com.github.sheigutn/pushbullet-java-8 "1.3.2"]