GroupId | GroupIdcom.turo |
---|---|
ArtifactId | ArtifactIdpushy |
Version | Version0.13.4 |
Type | Typejar |
Filename | Size |
---|---|
pushy-0.13.4.pom | |
pushy-0.13.4.jar | 136 KB |
pushy-0.13.4-sources.jar | 119 KB |
pushy-0.13.4-javadoc.jar | 255 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.turo/pushy/ -->
<dependency>
<groupId>com.turo</groupId>
<artifactId>pushy</artifactId>
<version>0.13.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.turo/pushy/
implementation 'com.turo:pushy:0.13.4'
// https://jarcasting.com/artifacts/com.turo/pushy/
implementation ("com.turo:pushy:0.13.4")
'com.turo:pushy:jar:0.13.4'
<dependency org="com.turo" name="pushy" rev="0.13.4">
<artifact name="pushy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turo', module='pushy', version='0.13.4')
)
libraryDependencies += "com.turo" % "pushy" % "0.13.4"
[com.turo/pushy "0.13.4"]