| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mrstampy |
| ArtifactId | ArtifactIdhit |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionHIT - A Hibernate quickstart library
Hibernate Induction Trigger - A Hibernate quickstart library
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hit-1.2.pom | |
| hit-1.2.jar | 27 KB |
| hit-1.2-sources.jar | 29 KB |
| hit-1.2-javadoc.jar | 117 KB |
| hit-1.2-config.zip | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/hit/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>hit</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/hit/
implementation 'com.github.mrstampy:hit:1.2'
// https://jarcasting.com/artifacts/com.github.mrstampy/hit/
implementation ("com.github.mrstampy:hit:1.2")
'com.github.mrstampy:hit:jar:1.2'
<dependency org="com.github.mrstampy" name="hit" rev="1.2">
<artifact name="hit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='hit', version='1.2')
)
libraryDependencies += "com.github.mrstampy" % "hit" % "1.2"
[com.github.mrstampy/hit "1.2"]