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