is not current version
Last Version 1.1.0

Gallery API 0.5.3

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.

License

License

GroupId

GroupId

com.github.henkexbg
ArtifactId

ArtifactId

gallery-api
Version

Version

0.5.3
Type

Type

war
Description

Description

Gallery 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

https://github.com/henkexbg/gallery-api
Source Code Management

Source Code Management

https://github.com/henkexbg/gallery-api

Download gallery-api 0.5.3


<!-- 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"]

Dependencies

compile (15)

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

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.0
javax.annotation : javax.annotation-api jar 1.3.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.