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