Categories |
CategoriesIDE Development Tools Data Elide Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.yahoo.elide |
ArtifactId | ArtifactIdelide-datastore-jms |
Version | Version5.0.8 |
Type | Typejar |
Filename | Size |
---|---|
elide-datastore-jms-5.0.8.pom | |
elide-datastore-jms-5.0.8.jar | 10 KB |
elide-datastore-jms-5.0.8-sources.jar | 7 KB |
elide-datastore-jms-5.0.8-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-jms/ -->
<dependency>
<groupId>com.yahoo.elide</groupId>
<artifactId>elide-datastore-jms</artifactId>
<version>5.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-jms/
implementation 'com.yahoo.elide:elide-datastore-jms:5.0.8'
// https://jarcasting.com/artifacts/com.yahoo.elide/elide-datastore-jms/
implementation ("com.yahoo.elide:elide-datastore-jms:5.0.8")
'com.yahoo.elide:elide-datastore-jms:jar:5.0.8'
<dependency org="com.yahoo.elide" name="elide-datastore-jms" rev="5.0.8">
<artifact name="elide-datastore-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yahoo.elide', module='elide-datastore-jms', version='5.0.8')
)
libraryDependencies += "com.yahoo.elide" % "elide-datastore-jms" % "5.0.8"
[com.yahoo.elide/elide-datastore-jms "5.0.8"]