Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.highway2urhell |
ArtifactId | ArtifactIdh2hell-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
h2hell-core-1.0.1.pom | |
h2hell-core-1.0.1.jar | 79 KB |
h2hell-core-1.0.1-sources.jar | 43 KB |
h2hell-core-1.0.1-javadoc.jar | 334 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.highway2urhell/h2hell-core/ -->
<dependency>
<groupId>com.highway2urhell</groupId>
<artifactId>h2hell-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.highway2urhell/h2hell-core/
implementation 'com.highway2urhell:h2hell-core:1.0.1'
// https://jarcasting.com/artifacts/com.highway2urhell/h2hell-core/
implementation ("com.highway2urhell:h2hell-core:1.0.1")
'com.highway2urhell:h2hell-core:jar:1.0.1'
<dependency org="com.highway2urhell" name="h2hell-core" rev="1.0.1">
<artifact name="h2hell-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.highway2urhell', module='h2hell-core', version='1.0.1')
)
libraryDependencies += "com.highway2urhell" % "h2hell-core" % "1.0.1"
[com.highway2urhell/h2hell-core "1.0.1"]