Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.jeffreyning |
ArtifactId | ArtifactIdnhesb-client-ws |
Version | Version0.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jeffreyning/nhesb-client-ws/ -->
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>nhesb-client-ws</artifactId>
<version>0.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhesb-client-ws/
implementation 'com.github.jeffreyning:nhesb-client-ws:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.jeffreyning/nhesb-client-ws/
implementation ("com.github.jeffreyning:nhesb-client-ws:0.0.2-RELEASE")
'com.github.jeffreyning:nhesb-client-ws:jar:0.0.2-RELEASE'
<dependency org="com.github.jeffreyning" name="nhesb-client-ws" rev="0.0.2-RELEASE">
<artifact name="nhesb-client-ws" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jeffreyning', module='nhesb-client-ws', version='0.0.2-RELEASE')
)
libraryDependencies += "com.github.jeffreyning" % "nhesb-client-ws" % "0.0.2-RELEASE"
[com.github.jeffreyning/nhesb-client-ws "0.0.2-RELEASE"]