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