GroupId | GroupIdcom.marmoush.jutils |
---|---|
ArtifactId | ArtifactIdnats |
Version | Version0.4.5 |
Type | Typejar |
Filename | Size |
---|---|
nats-0.4.5.pom | |
nats-0.4.5.jar | 10 KB |
nats-0.4.5-sources.jar | 4 KB |
nats-0.4.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.marmoush.jutils/nats/
implementation 'com.marmoush.jutils:nats:0.4.5'
// https://jarcasting.com/artifacts/com.marmoush.jutils/nats/
implementation ("com.marmoush.jutils:nats:0.4.5")
'com.marmoush.jutils:nats:jar:0.4.5'
<dependency org="com.marmoush.jutils" name="nats" rev="0.4.5">
<artifact name="nats" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marmoush.jutils', module='nats', version='0.4.5')
)
libraryDependencies += "com.marmoush.jutils" % "nats" % "0.4.5"
[com.marmoush.jutils/nats "0.4.5"]