GroupId | GroupIdcom.marmoush.jutils |
---|---|
ArtifactId | ArtifactIdnats |
Version | Version0.5.4 |
Type | Typejar |
Filename | Size |
---|---|
nats-0.5.4.pom | |
nats-0.5.4.jar | 10 KB |
nats-0.5.4-sources.jar | 4 KB |
nats-0.5.4-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.marmoush.jutils/nats/ -->
<dependency>
<groupId>com.marmoush.jutils</groupId>
<artifactId>nats</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.marmoush.jutils/nats/
implementation 'com.marmoush.jutils:nats:0.5.4'
// https://jarcasting.com/artifacts/com.marmoush.jutils/nats/
implementation ("com.marmoush.jutils:nats:0.5.4")
'com.marmoush.jutils:nats:jar:0.5.4'
<dependency org="com.marmoush.jutils" name="nats" rev="0.5.4">
<artifact name="nats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marmoush.jutils', module='nats', version='0.5.4')
)
libraryDependencies += "com.marmoush.jutils" % "nats" % "0.5.4"
[com.marmoush.jutils/nats "0.5.4"]