Categories |
CategoriesReact User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdedu.psu.swe.libraries |
ArtifactId | ArtifactIdjms-reactive-client |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
jms-reactive-client-0.7.pom | |
jms-reactive-client-0.7.jar | 31 KB |
jms-reactive-client-0.7-test-javadoc.jar | 62 KB |
jms-reactive-client-0.7-sources.jar | 17 KB |
jms-reactive-client-0.7-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.libraries/jms-reactive-client/ -->
<dependency>
<groupId>edu.psu.swe.libraries</groupId>
<artifactId>jms-reactive-client</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.libraries/jms-reactive-client/
implementation 'edu.psu.swe.libraries:jms-reactive-client:0.7'
// https://jarcasting.com/artifacts/edu.psu.swe.libraries/jms-reactive-client/
implementation ("edu.psu.swe.libraries:jms-reactive-client:0.7")
'edu.psu.swe.libraries:jms-reactive-client:jar:0.7'
<dependency org="edu.psu.swe.libraries" name="jms-reactive-client" rev="0.7">
<artifact name="jms-reactive-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.libraries', module='jms-reactive-client', version='0.7')
)
libraryDependencies += "edu.psu.swe.libraries" % "jms-reactive-client" % "0.7"
[edu.psu.swe.libraries/jms-reactive-client "0.7"]