Download BeanGuard
You download each module separately — Docker images for the server, admin panel, and shop, and a Maven dependency for the client library.
BeanGuard hasn't been publicly published to Docker Hub or Maven Central yet. The image names and Maven coordinates below are the intended values — swap them in once publishing is ready.
Licence server
docker pull mszajner/beanguard-server:0.1.3
Requires PostgreSQL — see the server documentation.
Admin panel
docker pull mszajner/beanguard-admin:0.1.3
See the admin panel documentation.
Shop
docker pull mszajner/beanguard-shop:0.1.3
See the shop documentation.
Client (Maven library)
<dependency>
<groupId>dev.beanguard</groupId>
<artifactId>beanguard-client</artifactId>
<version>0.1.3</version>
</dependency>
See client integration.
