t

temporary-resource-storage

The temporary resource storage module allows data to be stored on disk for a short period of time.
https://github.com/valtimo-platform/valtimo-backend-libraries
Licensed under EUPL, Version 1.2 (the "License");
Team Valtimo
Files download
File Operation
temporary-resource-storage-11.3.1.RELEASE.pom download
temporary-resource-storage-11.3.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ritense.valtimo</groupId>
  <artifactId>temporary-resource-storage</artifactId>
  <version>11.3.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ritense.valtimo:temporary-resource-storage:11.3.1.RELEASE'
Gradle Kotlin
implementation("com.ritense.valtimo:temporary-resource-storage:11.3.1.RELEASE")
Scala SBT
libraryDependencies += "com.ritense.valtimo" % "temporary-resource-storage" % "11.3.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ritense.valtimo', module='temporary-resource-storage', version='11.3.1.RELEASE')
)
Apache Ivy
<dependency org="com.ritense.valtimo" name="temporary-resource-storage" rev="11.3.1.RELEASE" />
Leiningen
[com.ritense.valtimo/temporary-resource-storage "11.3.1.RELEASE"]
Apache Buildr
'com.ritense.valtimo:temporary-resource-storage:jar:11.3.1.RELEASE'