| Categories |
CategoriesIDE Development Tools GUI User Interface Guice Application Layer Libs Dependency Injection ORM Data |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.commons.guice |
| ArtifactId | ArtifactIdtest |
| Version | Version2.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-2.0.8.pom | |
| test-2.0.8.jar | 5 KB |
| test-2.0.8-sources.jar | 5 KB |
| test-2.0.8-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.guice/test/ -->
<dependency>
<groupId>org.openidentityplatform.commons.guice</groupId>
<artifactId>test</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.guice/test/
implementation 'org.openidentityplatform.commons.guice:test:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.guice/test/
implementation ("org.openidentityplatform.commons.guice:test:2.0.8")
'org.openidentityplatform.commons.guice:test:jar:2.0.8'
<dependency org="org.openidentityplatform.commons.guice" name="test" rev="2.0.8">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.guice', module='test', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.guice" % "test" % "2.0.8"
[org.openidentityplatform.commons.guice/test "2.0.8"]