| GroupId | GroupIdio.github.gpc |
|---|---|
| ArtifactId | ArtifactIdjms |
| Version | Version3.0.0.M6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jms-3.0.0.M6.pom | |
| jms-3.0.0.M6.jar | 123 KB |
| jms-3.0.0.M6-sources.jar | 25 KB |
| jms-3.0.0.M6-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.gpc/jms/ -->
<dependency>
<groupId>io.github.gpc</groupId>
<artifactId>jms</artifactId>
<version>3.0.0.M6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gpc/jms/
implementation 'io.github.gpc:jms:3.0.0.M6'
// https://jarcasting.com/artifacts/io.github.gpc/jms/
implementation ("io.github.gpc:jms:3.0.0.M6")
'io.github.gpc:jms:jar:3.0.0.M6'
<dependency org="io.github.gpc" name="jms" rev="3.0.0.M6">
<artifact name="jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gpc', module='jms', version='3.0.0.M6')
)
libraryDependencies += "io.github.gpc" % "jms" % "3.0.0.M6"
[io.github.gpc/jms "3.0.0.M6"]