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