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