Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone.ioc-unit |
ArtifactId | ArtifactIdioc-unit |
Version | Version2.0.1-alpha-07 |
Type | Typejar |
Filename | Size |
---|---|
ioc-unit-2.0.1-alpha-07.pom | |
ioc-unit-2.0.1-alpha-07.jar | 26 KB |
ioc-unit-2.0.1-alpha-07-sources.jar | 13 KB |
ioc-unit-2.0.1-alpha-07-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.ioc-unit/ioc-unit/ -->
<dependency>
<groupId>net.oneandone.ioc-unit</groupId>
<artifactId>ioc-unit</artifactId>
<version>2.0.1-alpha-07</version>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/ioc-unit/
implementation 'net.oneandone.ioc-unit:ioc-unit:2.0.1-alpha-07'
// https://jarcasting.com/artifacts/net.oneandone.ioc-unit/ioc-unit/
implementation ("net.oneandone.ioc-unit:ioc-unit:2.0.1-alpha-07")
'net.oneandone.ioc-unit:ioc-unit:jar:2.0.1-alpha-07'
<dependency org="net.oneandone.ioc-unit" name="ioc-unit" rev="2.0.1-alpha-07">
<artifact name="ioc-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.ioc-unit', module='ioc-unit', version='2.0.1-alpha-07')
)
libraryDependencies += "net.oneandone.ioc-unit" % "ioc-unit" % "2.0.1-alpha-07"
[net.oneandone.ioc-unit/ioc-unit "2.0.1-alpha-07"]