is not current version
Last Version 9.13.0.RELEASE

com.ritense.valtimo:web 9.1.0.RELEASE

The web module is a module that facilitates common web configuration, such as CORS, request ip filtering and hardening

GroupId

GroupId

com.ritense.valtimo
ArtifactId

ArtifactId

web
Version

Version

9.1.0.RELEASE
Type

Type

pom

Download web 9.1.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.ritense.valtimo/web/ -->
<dependency>
    <groupId>com.ritense.valtimo</groupId>
    <artifactId>web</artifactId>
    <version>9.1.0.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ritense.valtimo/web/
implementation 'com.ritense.valtimo:web:9.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.ritense.valtimo/web/
implementation ("com.ritense.valtimo:web:9.1.0.RELEASE")
'com.ritense.valtimo:web:pom:9.1.0.RELEASE'
<dependency org="com.ritense.valtimo" name="web" rev="9.1.0.RELEASE">
  <artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ritense.valtimo', module='web', version='9.1.0.RELEASE')
)
libraryDependencies += "com.ritense.valtimo" % "web" % "9.1.0.RELEASE"
[com.ritense.valtimo/web "9.1.0.RELEASE"]