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