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