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