GroupId | GroupIduk.co.solong |
---|---|
ArtifactId | ArtifactIdhelmgap |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
helmgap-1.4.pom | |
helmgap-1.4.jar | 14 KB |
helmgap-1.4-sources.jar | 8 KB |
helmgap-1.4-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.solong/helmgap/ -->
<dependency>
<groupId>uk.co.solong</groupId>
<artifactId>helmgap</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.solong/helmgap/
implementation 'uk.co.solong:helmgap:1.4'
// https://jarcasting.com/artifacts/uk.co.solong/helmgap/
implementation ("uk.co.solong:helmgap:1.4")
'uk.co.solong:helmgap:jar:1.4'
<dependency org="uk.co.solong" name="helmgap" rev="1.4">
<artifact name="helmgap" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.solong', module='helmgap', version='1.4')
)
libraryDependencies += "uk.co.solong" % "helmgap" % "1.4"
[uk.co.solong/helmgap "1.4"]