misk-rate-limiting-bucket4j-dynamodb-v2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.squareup.misk</groupId>
<artifactId>misk-rate-limiting-bucket4j-dynamodb-v2</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.squareup.misk</groupId>
<artifactId>misk-rate-limiting-bucket4j-dynamodb-v2</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<name>misk-rate-limiting-bucket4j-dynamodb-v2</name>
<description>Open source application container in Kotlin</description>
<url>https://github.com/cashapp/misk/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>square</id>
<name>Square, Inc.</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/cashapp/misk.git</connection>
<developerConnection>scm:git:ssh://git@github.com/cashapp/misk.git</developerConnection>
<url>https://github.com/cashapp/misk/</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.misk</groupId>
<artifactId>misk-bom</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.75.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
<version>33.5.0-jre</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice-bom</artifactId>
<version>6.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
<version>3.1.11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
<version>10.0.26</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>2.1.21</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.2.6.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_bom</artifactId>
<version>0.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>app.cash.tempest</groupId>
<artifactId>tempest-bom</artifactId>
<version>2025.10.27.160126-16a22a2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.squareup.wire</groupId>
<artifactId>wire-bom</artifactId>
<version>5.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.squareup.misk</groupId>
<artifactId>misk-inject</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>app.cash.wisp</groupId>
<artifactId>wisp-rate-limiting</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>app.cash.wisp</groupId>
<artifactId>bucket4j</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>dynamodb</artifactId>
<version>2.37.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.12.13</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.21</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.misk</groupId>
<artifactId>misk-logging</artifactId>
<version>2026.02.26.204055-0e40dbd</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sdk-core</artifactId>
<version>2.37.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-core</artifactId>
<version>8.8.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.microutils</groupId>
<artifactId>kotlin-logging-jvm</artifactId>
<version>3.0.5</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>