| GroupId | GroupIdcom.github.mrstampy |
|---|---|
| ArtifactId | ArtifactIdhit |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hit-1.1.pom | |
| hit-1.1.jar | 27 KB |
| hit-1.1-sources.jar | 29 KB |
| hit-1.1-javadoc.jar | 117 KB |
| hit-1.1-config.zip | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/hit/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>hit</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/hit/
implementation 'com.github.mrstampy:hit:1.1'
// https://jarcasting.com/artifacts/com.github.mrstampy/hit/
implementation ("com.github.mrstampy:hit:1.1")
'com.github.mrstampy:hit:jar:1.1'
<dependency org="com.github.mrstampy" name="hit" rev="1.1">
<artifact name="hit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='hit', version='1.1')
)
libraryDependencies += "com.github.mrstampy" % "hit" % "1.1"
[com.github.mrstampy/hit "1.1"]