| GroupId | GroupIdcom.github.mwmahlberg.speedy |
|---|---|
| ArtifactId | ArtifactIdSpeedy |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| Speedy-0.1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/Speedy/ -->
<dependency>
<groupId>com.github.mwmahlberg.speedy</groupId>
<artifactId>Speedy</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/Speedy/
implementation 'com.github.mwmahlberg.speedy:Speedy:0.1.0'
// https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/Speedy/
implementation ("com.github.mwmahlberg.speedy:Speedy:0.1.0")
'com.github.mwmahlberg.speedy:Speedy:pom:0.1.0'
<dependency org="com.github.mwmahlberg.speedy" name="Speedy" rev="0.1.0">
<artifact name="Speedy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mwmahlberg.speedy', module='Speedy', version='0.1.0')
)
libraryDependencies += "com.github.mwmahlberg.speedy" % "Speedy" % "0.1.0"
[com.github.mwmahlberg.speedy/Speedy "0.1.0"]