| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.oneandone.ioc-unit |
| Идентификатор | Идентификаторweld1-starter |
| Версия | Версия2.0.1-alpha-06 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld1-starter/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>weld1-starter</artifactId>
<version>2.0.1-alpha-06</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld1-starter/
implementation 'net.oneandone.ioc-unit:weld1-starter:2.0.1-alpha-06'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/weld1-starter/
implementation ("net.oneandone.ioc-unit:weld1-starter:2.0.1-alpha-06")
'net.oneandone.ioc-unit:weld1-starter:jar:2.0.1-alpha-06'
<dependency org="net.oneandone.ioc-unit" name="weld1-starter" rev="2.0.1-alpha-06">
<artifact name="weld1-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='weld1-starter', version='2.0.1-alpha-06')
)
libraryDependencies += "net.oneandone.ioc-unit" % "weld1-starter" % "2.0.1-alpha-06"
[net.oneandone.ioc-unit/weld1-starter "2.0.1-alpha-06"]