Registry / web-framework / tapir-core-2-12

tapir-core-2-12

JSON →
library1.13.20javamavenunverified

Tapir-core provides the core abstractions for defining HTTP API endpoints in Scala.

<dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-core_2.12</artifactId> <version>1.13.20</version> </dependency>
INSTALL
IMPORT
SIG · TAPIR-CORE-2-12
T
tapir-core-2-12
web-frameworkjavav1.13.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

endpoint
sttp.tapir._

Defines a simple GET endpoint returning a string.

import sttp.tapir._ object Example { val helloEndpoint: PublicEndpoint[Unit, Unit, String, Any] = endpoint.get.in("hello").out(stringBody) }
Debug
Known issues
gotchaTapir 1.x uses Scala 2.12; ensure compatibility with your Scala version.
fix
Use the appropriate Scala version suffix (e.g., _2.13) for your project.
affects: >=1.0.0
Upgrade
Version history
1.13.20latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
tapir-core-2-12 — mvn dependency:get tapir-core-2-12 · libregistry