| GroupId | GroupIdcom.github.aglover |
|---|---|
| ArtifactId | ArtifactIdahoy |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ahoy-1.0.1.pom | |
| ahoy-1.0.1.jar | 4 KB |
| ahoy-1.0.1-sources.jar | 2 KB |
| ahoy-1.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aglover/ahoy/ -->
<dependency>
<groupId>com.github.aglover</groupId>
<artifactId>ahoy</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aglover/ahoy/
implementation 'com.github.aglover:ahoy:1.0.1'
// https://jarcasting.com/artifacts/com.github.aglover/ahoy/
implementation ("com.github.aglover:ahoy:1.0.1")
'com.github.aglover:ahoy:jar:1.0.1'
<dependency org="com.github.aglover" name="ahoy" rev="1.0.1">
<artifact name="ahoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aglover', module='ahoy', version='1.0.1')
)
libraryDependencies += "com.github.aglover" % "ahoy" % "1.0.1"
[com.github.aglover/ahoy "1.0.1"]