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