License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.lightstreamer |
ArtifactId | ArtifactIdls-jms-hook-java-api |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightstreamer JMS Extender Hook API for Java
This project includes the source code of the Lightstreamer JMS Extender Hook API for Java.
This resource is needed to develop a custom pluggable component which provides a powerful extension
mechanism to integrate your own authentication and authorization functionalities into the
Lightstreamer JMS Extender server.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.lightstreamer/ls-jms-hook-java-api/ -->
<dependency>
<groupId>com.lightstreamer</groupId>
<artifactId>ls-jms-hook-java-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lightstreamer/ls-jms-hook-java-api/
implementation 'com.lightstreamer:ls-jms-hook-java-api:2.0.0'
// https://jarcasting.com/artifacts/com.lightstreamer/ls-jms-hook-java-api/
implementation ("com.lightstreamer:ls-jms-hook-java-api:2.0.0")
'com.lightstreamer:ls-jms-hook-java-api:jar:2.0.0'
<dependency org="com.lightstreamer" name="ls-jms-hook-java-api" rev="2.0.0">
<artifact name="ls-jms-hook-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lightstreamer', module='ls-jms-hook-java-api', version='2.0.0')
)
libraryDependencies += "com.lightstreamer" % "ls-jms-hook-java-api" % "2.0.0"
[com.lightstreamer/ls-jms-hook-java-api "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |