Registry / other / tuscany-core-spi

tuscany-core-spi

JSON →
library2.0javamavenunverified

Apache Tuscany is a Service Component Architecture (SCA) runtime for building service-oriented applications.

<dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-spi</artifactId> <version>2.0</version> </dependency>
INSTALL
IMPORT
SIG · TUSCANY-CORE-SPI
T
tuscany-core-spi
otherjavav2.0
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.

ExtensionPoint
✓ org.apache.tuscany.sca.core.spi.ExtensionPoint

Defines an extension point for the Tuscany SCA runtime.

import org.apache.tuscany.sca.core.spi.ExtensionPoint; public class Quickstart { public static void main(String[] args) { ExtensionPoint point = new ExtensionPoint() { @Override public String getName() { return "example"; } }; System.out.println("Extension point: " + point.getName()); } }
Debug
Known issues
breakingApache Tuscany is retired; no active development or support.
fix
Consider migrating to an alternative SCA runtime or modern microservices framework.
affects: *
Upgrade
Version history
2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tuscany-core-spi — mvn dependency:get tuscany-core-spi · libregistry