| GroupId | GroupIdcom.strategicgains |
|---|---|
| ArtifactId | ArtifactIdHyperExpress-HAL |
| Version | Version2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| HyperExpress-HAL-2.5.pom | |
| HyperExpress-HAL-2.5.jar | 12 KB |
| HyperExpress-HAL-2.5-sources.jar | 10 KB |
| HyperExpress-HAL-2.5-javadoc.jar | 61 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.strategicgains/HyperExpress-HAL/ -->
<dependency>
<groupId>com.strategicgains</groupId>
<artifactId>HyperExpress-HAL</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.strategicgains/HyperExpress-HAL/
implementation 'com.strategicgains:HyperExpress-HAL:2.5'
// https://jarcasting.com/artifacts/com.strategicgains/HyperExpress-HAL/
implementation ("com.strategicgains:HyperExpress-HAL:2.5")
'com.strategicgains:HyperExpress-HAL:jar:2.5'
<dependency org="com.strategicgains" name="HyperExpress-HAL" rev="2.5">
<artifact name="HyperExpress-HAL" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strategicgains', module='HyperExpress-HAL', version='2.5')
)
libraryDependencies += "com.strategicgains" % "HyperExpress-HAL" % "2.5"
[com.strategicgains/HyperExpress-HAL "2.5"]