w

weld-starter-base

Contains the common classes to support the starting of weld standalone engines.
https://github.com/1and1/ioc-unit
The Apache License, Version 2.0
Files download
File Operation
weld-starter-base-2.0.32.jar download
weld-starter-base-2.0.32.pom download
weld-starter-base-2.0.32-sources.jar download
Apache Maven
<dependency>
  <groupId>net.oneandone.ioc-unit</groupId>
  <artifactId>weld-starter-base</artifactId>
  <version>2.0.32</version>
</dependency>
Gradle Groovy
implementation 'net.oneandone.ioc-unit:weld-starter-base:2.0.32'
Gradle Kotlin
implementation("net.oneandone.ioc-unit:weld-starter-base:2.0.32")
Scala SBT
libraryDependencies += "net.oneandone.ioc-unit" % "weld-starter-base" % "2.0.32"
Groovy Grape
@Grapes(
  @Grab(group='net.oneandone.ioc-unit', module='weld-starter-base', version='2.0.32')
)
Apache Ivy
<dependency org="net.oneandone.ioc-unit" name="weld-starter-base" rev="2.0.32" />
Leiningen
[net.oneandone.ioc-unit/weld-starter-base "2.0.32"]
Apache Buildr
'net.oneandone.ioc-unit:weld-starter-base:jar:2.0.32'