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