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