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