GroupId | GroupIdcom.harrys.hyppo |
---|---|
ArtifactId | ArtifactIdsource-api |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
source-api-0.6.0.pom | |
source-api-0.6.0.jar | 29 KB |
source-api-0.6.0-sources.jar | 18 KB |
source-api-0.6.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harrys.hyppo/source-api/
implementation 'com.harrys.hyppo:source-api:0.6.0'
// https://jarcasting.com/artifacts/com.harrys.hyppo/source-api/
implementation ("com.harrys.hyppo:source-api:0.6.0")
'com.harrys.hyppo:source-api:jar:0.6.0'
<dependency org="com.harrys.hyppo" name="source-api" rev="0.6.0">
<artifact name="source-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harrys.hyppo', module='source-api', version='0.6.0')
)
libraryDependencies += "com.harrys.hyppo" % "source-api" % "0.6.0"
[com.harrys.hyppo/source-api "0.6.0"]