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