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