License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.nervepoint |
ArtifactId | ArtifactIdidentity4j-http |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIdentity4J default HTTP implementation.
A suite of Java Identity and Authentication Connectors.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
identity4j-http-1.2.2.pom | |
identity4j-http-1.2.2.jar | 14 KB |
identity4j-http-1.2.2-tests.jar | 11 KB |
identity4j-http-1.2.2-sources.jar | 5 KB |
identity4j-http-1.2.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nervepoint/identity4j-http/ -->
<dependency>
<groupId>com.nervepoint</groupId>
<artifactId>identity4j-http</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nervepoint/identity4j-http/
implementation 'com.nervepoint:identity4j-http:1.2.2'
// https://jarcasting.com/artifacts/com.nervepoint/identity4j-http/
implementation ("com.nervepoint:identity4j-http:1.2.2")
'com.nervepoint:identity4j-http:jar:1.2.2'
<dependency org="com.nervepoint" name="identity4j-http" rev="1.2.2">
<artifact name="identity4j-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nervepoint', module='identity4j-http', version='1.2.2')
)
libraryDependencies += "com.nervepoint" % "identity4j-http" % "1.2.2"
[com.nervepoint/identity4j-http "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
com.nervepoint : identity4j-connector | jar | 1.2.2 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
log4j : log4j | jar | 1.2.16 |
com.nervepoint : identity4j-utils | test-jar | 1.2.2 |
org.eclipse.jetty : jetty-server | jar | 9.4.0.M1 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.0.M1 |