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