Registry / utility / dsl-3
library2.0.0javamavenunverified

A library for creating domain-specific languages in Scala 3.

<dependency> <groupId>com.thoughtworks.dsl</groupId> <artifactId>dsl_3</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · DSL-3
D
dsl-3
utilityjavav2.0.0
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.

Dsl
com.thoughtworks.dsl.Dsl

Defines and uses a simple DSL transformation.

import com.thoughtworks.dsl.Dsl // Define a simple DSL val dsl = Dsl[Int, String] { x => x.toString } println(dsl(42))
Debug
Known issues
breakingThis artifact is for Scala 3 only; use dsl_2.13 for Scala 2.13 compatibility.
fix
Add the appropriate Scala version suffix to the artifact ID.
affects: all
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
dsl-3 — mvn dependency:get dsl-3 · libregistry