Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.relayrides |
ArtifactId | ArtifactIdpushy |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
pushy-0.9.2.pom | |
pushy-0.9.2.jar | 93 KB |
pushy-0.9.2-sources.jar | 72 KB |
pushy-0.9.2-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.relayrides/pushy/ -->
<dependency>
<groupId>com.relayrides</groupId>
<artifactId>pushy</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.relayrides/pushy/
implementation 'com.relayrides:pushy:0.9.2'
// https://jarcasting.com/artifacts/com.relayrides/pushy/
implementation ("com.relayrides:pushy:0.9.2")
'com.relayrides:pushy:jar:0.9.2'
<dependency org="com.relayrides" name="pushy" rev="0.9.2">
<artifact name="pushy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.relayrides', module='pushy', version='0.9.2')
)
libraryDependencies += "com.relayrides" % "pushy" % "0.9.2"
[com.relayrides/pushy "0.9.2"]