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-12.1.0.RELEASE.pom download
web-12.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ritense.valtimo</groupId>
  <artifactId>web</artifactId>
  <version>12.1.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ritense.valtimo:web:12.1.0.RELEASE'
Gradle Kotlin
implementation("com.ritense.valtimo:web:12.1.0.RELEASE")
Scala SBT
libraryDependencies += "com.ritense.valtimo" % "web" % "12.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ritense.valtimo', module='web', version='12.1.0.RELEASE')
)
Apache Ivy
<dependency org="com.ritense.valtimo" name="web" rev="12.1.0.RELEASE" />
Leiningen
[com.ritense.valtimo/web "12.1.0.RELEASE"]
Apache Buildr
'com.ritense.valtimo:web:jar:12.1.0.RELEASE'