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