Last Version

Gallery API 1.1.0

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

1.1.0
Type

Type

jar
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 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/ -->
<dependency>
    <groupId>com.github.henkexbg</groupId>
    <artifactId>gallery-api</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/
implementation 'com.github.henkexbg:gallery-api:1.1.0'
// https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/
implementation ("com.github.henkexbg:gallery-api:1.1.0")
'com.github.henkexbg:gallery-api:jar:1.1.0'
<dependency org="com.github.henkexbg" name="gallery-api" rev="1.1.0">
  <artifact name="gallery-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.henkexbg', module='gallery-api', version='1.1.0')
)
libraryDependencies += "com.github.henkexbg" % "gallery-api" % "1.1.0"
[com.github.henkexbg/gallery-api "1.1.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.5.4
org.springframework.boot : spring-boot-starter-security jar 2.5.4
commons-io : commons-io jar 2.7
commons-logging : commons-logging jar 1.2
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-lang3 jar 3.12.0
org.im4java : im4java jar 1.4.0
com.twelvemonkeys.imageio : imageio-core jar 3.7.0
com.twelvemonkeys.imageio : imageio-jpeg jar 3.7.0

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.5.4
org.springframework.security : spring-security-test jar
junit : junit jar 4.13.2
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.