Categories |
CategoriesIDE Development Tools ORM Data |
---|---|
GroupId | GroupIdorg.openidentityplatform.commons.http-framework.examples |
ArtifactId | ArtifactIdhttp-descriptor-example |
Version | Version2.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/http-descriptor-example/ -->
<dependency>
<groupId>org.openidentityplatform.commons.http-framework.examples</groupId>
<artifactId>http-descriptor-example</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/http-descriptor-example/
implementation 'org.openidentityplatform.commons.http-framework.examples:http-descriptor-example:2.0.8'
// https://jarcasting.com/artifacts/org.openidentityplatform.commons.http-framework.examples/http-descriptor-example/
implementation ("org.openidentityplatform.commons.http-framework.examples:http-descriptor-example:2.0.8")
'org.openidentityplatform.commons.http-framework.examples:http-descriptor-example:jar:2.0.8'
<dependency org="org.openidentityplatform.commons.http-framework.examples" name="http-descriptor-example" rev="2.0.8">
<artifact name="http-descriptor-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openidentityplatform.commons.http-framework.examples', module='http-descriptor-example', version='2.0.8')
)
libraryDependencies += "org.openidentityplatform.commons.http-framework.examples" % "http-descriptor-example" % "2.0.8"
[org.openidentityplatform.commons.http-framework.examples/http-descriptor-example "2.0.8"]