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