is not current version
Last Version 0.5.3

com.github.henkexbg:gallery 0.2.0

Webapp for viewing a gallery of images and videos Uses gallery-api webapp as a foundation and adds a AngularJS page on top. 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.

GroupId

GroupId

com.github.henkexbg
ArtifactId

ArtifactId

gallery
Version

Version

0.2.0
Type

Type

war

Download gallery 0.2.0


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