License |
License |
---|---|
GroupId | GroupIdcom.github.henkexbg |
ArtifactId | ArtifactIdgallery-api |
Version | Version0.5.3 |
Type | Typewar |
Description |
DescriptionGallery API
REST Webapp in Java for viewing a gallery of images and videos. Image rescaling as well as video transcoding is performed based on request parameters. No UI included. Purely API-based. Authentication via HTTP basic auth (per default). Supports different user roles.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gallery-api-0.5.3.pom | |
gallery-api-0.5.3.war | 10 MB |
gallery-api-0.5.3-sources.jar | 49 KB |
gallery-api-0.5.3-javadoc.jar | 566 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/ -->
<dependency>
<groupId>com.github.henkexbg</groupId>
<artifactId>gallery-api</artifactId>
<version>0.5.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/
implementation 'com.github.henkexbg:gallery-api:0.5.3'
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/
implementation ("com.github.henkexbg:gallery-api:0.5.3")
'com.github.henkexbg:gallery-api:war:0.5.3'
<dependency org="com.github.henkexbg" name="gallery-api" rev="0.5.3">
<artifact name="gallery-api" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.henkexbg', module='gallery-api', version='0.5.3')
)
libraryDependencies += "com.github.henkexbg" % "gallery-api" % "0.5.3"
[com.github.henkexbg/gallery-api "0.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 5.0.16.RELEASE |
org.springframework : spring-webmvc | jar | 5.0.16.RELEASE |
org.springframework.security : spring-security-core | jar | 5.0.14.RELEASE |
org.springframework.security : spring-security-web | jar | 5.0.14.RELEASE |
org.springframework.security : spring-security-config | jar | 5.0.14.RELEASE |
commons-io : commons-io | jar | 2.6 |
commons-logging : commons-logging | jar | 1.2 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
org.im4java : im4java | jar | 1.4.0 |
com.arangodb : arangodb-java-driver | jar | 4.2.2 |
commons-codec : commons-codec | jar | 1.11 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.0 |
javax.annotation : javax.annotation-api | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |