Registry / networking / jain-slee-11-ext

jain-slee-11-ext

JSON →
library7.1.83javamavenunverified

JAIN SLEE 1.1 Extensions API providing additional interfaces for telecom service logic execution environment.

<dependency> <groupId>org.mobicents.servers.jainslee.api</groupId> <artifactId>jain-slee-11-ext</artifactId> <version>7.1.83</version> </dependency>
INSTALL
IMPORT
SIG · JAIN-SLEE-11-EXT
J
jain-slee-11-ext
networkingjavav7.1.83
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Extension
javax.slee.extra.Extension

Minimal usage of JAIN SLEE Extension interface.

import javax.slee.extra.Extension; public class Example { public static void main(String[] args) { Extension ext = new Extension() { @Override public String getName() { return "example"; } }; System.out.println(ext.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.1.83latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jain-slee-11-ext — mvn dependency:get jain-slee-11-ext · libregistry