Last Version

Weld OSGi (Examples Calculator) 1.2.0.Beta1

Calulator example for Weld-OSGi

License

License

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.weld.osgi.examples
ArtifactId

ArtifactId

weld-osgi-calculator
Version

Version

1.2.0.Beta1
Type

Type

pom
Description

Description

Weld OSGi (Examples Calculator)
Calulator example for Weld-OSGi
Project URL

Project URL

http://www.seamframework.org/Weld
Project Organization

Project Organization

Seam Framework

Download weld-osgi-calculator 1.2.0.Beta1


<!-- https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-calculator/ -->
<dependency>
    <groupId>org.jboss.weld.osgi.examples</groupId>
    <artifactId>weld-osgi-calculator</artifactId>
    <version>1.2.0.Beta1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-calculator/
implementation 'org.jboss.weld.osgi.examples:weld-osgi-calculator:1.2.0.Beta1'
// https://jarcasting.com/artifacts/org.jboss.weld.osgi.examples/weld-osgi-calculator/
implementation ("org.jboss.weld.osgi.examples:weld-osgi-calculator:1.2.0.Beta1")
'org.jboss.weld.osgi.examples:weld-osgi-calculator:pom:1.2.0.Beta1'
<dependency org="org.jboss.weld.osgi.examples" name="weld-osgi-calculator" rev="1.2.0.Beta1">
  <artifact name="weld-osgi-calculator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.osgi.examples', module='weld-osgi-calculator', version='1.2.0.Beta1')
)
libraryDependencies += "org.jboss.weld.osgi.examples" % "weld-osgi-calculator" % "1.2.0.Beta1"
[org.jboss.weld.osgi.examples/weld-osgi-calculator "1.2.0.Beta1"]

Dependencies

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

Project Modules

  • calculator-api
  • calculator-core
  • calculator-divide
  • calculator-log
  • calculator-minus
  • calculator-plus
  • calculator-times