hiveiq-src

com.hiveops:hiveops-security-common (1.0.2)

Published 2026-06-15 09:02:14 -04:00 by hiveiq

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://hiveiq-gitea.directlx.dev/api/packages/hiveiq-src/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://hiveiq-gitea.directlx.dev/api/packages/hiveiq-src/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://hiveiq-gitea.directlx.dev/api/packages/hiveiq-src/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.hiveops</groupId>
	<artifactId>hiveops-security-common</artifactId>
	<version>1.0.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://hiveiq-gitea.directlx.dev/api/packages/hiveiq-src/maven -Dartifact=com.hiveops:hiveops-security-common:1.0.2

About this package

Shared JWT validation library for HiveOps microservices

Dependencies

org.springframework.boot:spring-boot-starter-security
org.springframework.boot:spring-boot-starter-web
io.jsonwebtoken:jjwt-api
${jjwt.version}
io.jsonwebtoken:jjwt-impl
${jjwt.version}
io.jsonwebtoken:jjwt-jackson
${jjwt.version}
org.springframework.boot:spring-boot-starter-test
Details
Maven
2026-06-15 09:02:14 -04:00
0
HiveOps Security Common
8.5 KiB
Assets (2)
Versions (3) View all
1.0.2 2026-06-15
1.0.1 2026-05-14
1.0.0 2026-05-13