<dependency> <groupId>io.nats</groupId> <artifactId>jnats</artifactId> <version>0.5.2</version> <type>bundle</type> </dependency>
implementation 'io.nats:jnats:0.5.2'
implementation("io.nats:jnats:0.5.2")
libraryDependencies += "io.nats" % "jnats" % "0.5.2"
@Grapes( @Grab(group='io.nats', module='jnats', version='0.5.2') )
<dependency org="io.nats" name="jnats" rev="0.5.2" />
[io.nats/jnats "0.5.2"]
'io.nats:jnats:jar:0.5.2'
<parent> <groupId>io.nats</groupId> <artifactId>nats-parent</artifactId> <version>1.1</version> </parent>
compile
|-- org.slf4j:slf4j-api
test
|-- junit:junit
|-- org.mockito:mockito-core
|-- org.slf4j:slf4j-simple