Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdopenjms |
ArtifactId | ArtifactIdopenjms-client |
Last Version | Last Version0.7.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
openjms-client-0.7.6.pom | |
openjms-client-0.7.6.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/openjms/openjms-client/ -->
<dependency>
<groupId>openjms</groupId>
<artifactId>openjms-client</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/openjms/openjms-client/
implementation 'openjms:openjms-client:0.7.6'
// https://jarcasting.com/artifacts/openjms/openjms-client/
implementation ("openjms:openjms-client:0.7.6")
'openjms:openjms-client:jar:0.7.6'
<dependency org="openjms" name="openjms-client" rev="0.7.6">
<artifact name="openjms-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='openjms', module='openjms-client', version='0.7.6')
)
libraryDependencies += "openjms" % "openjms-client" % "0.7.6"
[openjms/openjms-client "0.7.6"]