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