License |
License |
---|---|
GroupId | GroupIdcom.github.henkexbg |
ArtifactId | ArtifactIdgallery-api |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
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-1.1.0.pom | |
gallery-api-1.1.0.war | 10 MB |
gallery-api-1.1.0-sources.jar | 48 KB |
gallery-api-1.1.0-javadoc.jar | 565 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.henkexbg/gallery-api/ -->
<dependency>
<groupId>com.github.henkexbg</groupId>
<artifactId>gallery-api</artifactId>
<version>1.1.0</version>
<type>war</type>
</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:war:1.1.0'
<dependency org="com.github.henkexbg" name="gallery-api" rev="1.1.0">
<artifact name="gallery-api" type="war" />
</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"]
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 |
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 |