| Categories |
CategoriesIDE Development Tools ORM Data |
|---|---|
| GroupId | GroupIdorg.openidentityplatform.commons |
| ArtifactId | ArtifactIddoc-common-content |
| Version | Version2.0.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| doc-common-content-2.0.10.pom | |
| doc-common-content-2.0.10.jar | 32 KB |
| doc-common-content-2.0.10-sources.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/doc-common-content/ -->
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>doc-common-content</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/doc-common-content/
implementation 'org.openidentityplatform.commons:doc-common-content:2.0.10'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons/doc-common-content/
implementation ("org.openidentityplatform.commons:doc-common-content:2.0.10")
'org.openidentityplatform.commons:doc-common-content:jar:2.0.10'
<dependency org="org.openidentityplatform.commons" name="doc-common-content" rev="2.0.10">
<artifact name="doc-common-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons', module='doc-common-content', version='2.0.10')
)
libraryDependencies += "org.openidentityplatform.commons" % "doc-common-content" % "2.0.10"
[org.openidentityplatform.commons/doc-common-content "2.0.10"]