Registry / dependency-injection / avalon-framework-api

avalon-framework-api

JSON →
library4.3.1javamavenunverified

Avalon Framework API provides interfaces and classes for component-oriented programming.

<dependency> <groupId>org.apache.avalon.framework</groupId> <artifactId>avalon-framework-api</artifactId> <version>4.3.1</version> </dependency>
INSTALL
IMPORT
SIG · AVALON-FRAMEWORK-A
A
avalon-framework-api
dependency-injectionjavav4.3.1
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.

Component
org.apache.avalon.framework.component.Component

Minimal example implementing an Avalon Component

import org.apache.avalon.framework.component.Component; public class Example implements Component { public static void main(String[] args) { Example example = new Example(); System.out.println("Avalon Component created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Resources
avalon-framework-api — mvn dependency:get avalon-framework-api · libregistry