License |
License |
---|---|
GroupId | GroupIdcom.github.mheath |
ArtifactId | ArtifactIdnats-parent |
Last Version | Last Version0.5.Beta4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava NATS
Java support for NATS.
|
Project URL |
Project URL |
Filename | Size |
---|---|
nats-parent-0.5.Beta4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mheath/nats-parent/ -->
<dependency>
<groupId>com.github.mheath</groupId>
<artifactId>nats-parent</artifactId>
<version>0.5.Beta4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/nats-parent/
implementation 'com.github.mheath:nats-parent:0.5.Beta4'
// https://jarcasting.com/artifacts/com.github.mheath/nats-parent/
implementation ("com.github.mheath:nats-parent:0.5.Beta4")
'com.github.mheath:nats-parent:pom:0.5.Beta4'
<dependency org="com.github.mheath" name="nats-parent" rev="0.5.Beta4">
<artifact name="nats-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='nats-parent', version='0.5.Beta4')
)
libraryDependencies += "com.github.mheath" % "nats-parent" % "0.5.Beta4"
[com.github.mheath/nats-parent "0.5.Beta4"]