w

web

The web module is a module that facilitates common web configuration, such as CORS, request ip filtering and hardening
https://github.com/valtimo-platform/valtimo-backend-libraries
Licensed under EUPL, Version 1.2 (the "License");
Team Valtimo
Files download
File Operation
web-9.26.2.RELEASE.pom download
web-9.26.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ritense.valtimo</groupId>
  <artifactId>web</artifactId>
  <version>9.26.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ritense.valtimo:web:9.26.2.RELEASE'
Gradle Kotlin
implementation("com.ritense.valtimo:web:9.26.2.RELEASE")
Scala SBT
libraryDependencies += "com.ritense.valtimo" % "web" % "9.26.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ritense.valtimo', module='web', version='9.26.2.RELEASE')
)
Apache Ivy
<dependency org="com.ritense.valtimo" name="web" rev="9.26.2.RELEASE" />
Leiningen
[com.ritense.valtimo/web "9.26.2.RELEASE"]
Apache Buildr
'com.ritense.valtimo:web:jar:9.26.2.RELEASE'