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