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