GroupId | GroupIdcom.harrys.hyppo |
---|---|
ArtifactId | ArtifactIdsource-api |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
source-api-0.5.0.pom | |
source-api-0.5.0.jar | 26 KB |
source-api-0.5.0-sources.jar | 16 KB |
source-api-0.5.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harrys.hyppo/source-api/ -->
<dependency>
<groupId>com.harrys.hyppo</groupId>
<artifactId>source-api</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harrys.hyppo/source-api/
implementation 'com.harrys.hyppo:source-api:0.5.0'
// https://jarcasting.com/artifacts/com.harrys.hyppo/source-api/
implementation ("com.harrys.hyppo:source-api:0.5.0")
'com.harrys.hyppo:source-api:jar:0.5.0'
<dependency org="com.harrys.hyppo" name="source-api" rev="0.5.0">
<artifact name="source-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harrys.hyppo', module='source-api', version='0.5.0')
)
libraryDependencies += "com.harrys.hyppo" % "source-api" % "0.5.0"
[com.harrys.hyppo/source-api "0.5.0"]