Solder

A portable CDI extensions library for developing CDI applications, frameworks or other extensions

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.solder
ArtifactId

ArtifactId

solder-parent
Last Version

Last Version

3.2.1.Final
Release Date

Release Date

Type

Type

pom
Description

Description

Solder
A portable CDI extensions library for developing CDI applications, frameworks or other extensions
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

http://github.com/seam/solder

Download solder-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.jboss.solder/solder-parent/ -->
<dependency>
    <groupId>org.jboss.solder</groupId>
    <artifactId>solder-parent</artifactId>
    <version>3.2.1.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.solder/solder-parent/
implementation 'org.jboss.solder:solder-parent:3.2.1.Final'
// https://jarcasting.com/artifacts/org.jboss.solder/solder-parent/
implementation ("org.jboss.solder:solder-parent:3.2.1.Final")
'org.jboss.solder:solder-parent:pom:3.2.1.Final'
<dependency org="org.jboss.solder" name="solder-parent" rev="3.2.1.Final">
  <artifact name="solder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.solder', module='solder-parent', version='3.2.1.Final')
)
libraryDependencies += "org.jboss.solder" % "solder-parent" % "3.2.1.Final"
[org.jboss.solder/solder-parent "3.2.1.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • logging
  • api
  • tooling
  • impl

#Seam Solder

A portable CDI extension library for applications, frameworks and other extensions based on CDI.

Seam Solder is independent of CDI implementation and fully portable between Java EE 6 and Servlet environments enhanced with CDI.

For more information, see the Seam Solder project page.

Building

mvn clean install -Pjboss-public-repository

or

mvn clean install -s settings.xml

The profile is not required if the JBoss Nexus repository is setup in your settings.xml

See the testsuite/readme.md file for information about running the testsuite in various containers.

org.jboss.solder

Seam

Versions

Version
3.2.1.Final
3.2.0.Final
3.1.1.Final
3.1.0.Final
3.1.0.CR1
3.1.0.Beta5
3.1.0.Beta4
3.1.0.Beta3