is not current version
Last Version 0.5.3

com.github.henkexbg:gallery 0.5.1

Webapp for viewing a gallery of images and videos Uses gallery-api webapp as a foundation and adds a AngularJS page on top.

GroupId

GroupId

com.github.henkexbg
ArtifactId

ArtifactId

gallery
Version

Version

0.5.1
Type

Type

war

Download gallery 0.5.1


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