MVN

com.twineworks : tweakflow

Maven & Gradle

Feb 17, 2023
5 usages
33 stars

com.twineworks:tweakflow · Embeddable expression language for Java.

<dependency>
    <groupId>com.twineworks</groupId>
    <artifactId>tweakflow</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twineworks : tweakflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.twineworks : tweakflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
tweakflow-1.4.3
tweakflow-1.4.2
tweakflow-1.4.1
tweakflow-1.4.0
1.3.x
tweakflow-1.3.4
tweakflow-1.3.3
tweakflow-1.3.2
tweakflow-1.3.1
tweakflow-1.3.0
1.2.x
tweakflow-1.2.1
tweakflow-1.2.0
1.1.x
tweakflow-1.1.0
1.0.x
tweakflow-1.0.2
tweakflow-1.0.1
tweakflow-1.0.0
0.23.x
tweakflow-0.23.0
0.22.x
tweakflow-0.22.0
0.21.x
tweakflow-0.21.0
0.20.x
tweakflow-0.20.0
0.19.x
tweakflow-0.19.0
0.18.x
tweakflow-0.18.0
0.17.x
tweakflow-0.17.0
0.16.x
tweakflow-0.16.0
0.15.x
tweakflow-0.15.2
tweakflow-0.15.1
tweakflow-0.15.0
0.14.x
tweakflow-0.14.0
0.13.x
tweakflow-0.13.0
0.12.x
tweakflow-0.12.0
0.11.x
tweakflow-0.11.3
tweakflow-0.11.2
tweakflow-0.11.1
tweakflow-0.11.0
0.10.x
tweakflow-0.10.0
0.9.x
tweakflow-0.9.0
0.0.x
tweakflow-0.0.7
tweakflow-0.0.6
tweakflow-0.0.5
tweakflow-0.0.4

How to add a dependency to Maven

Add the following com.twineworks : tweakflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twineworks</groupId>
    <artifactId>tweakflow</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twineworks : tweakflow gradle dependency to your build.gradle file:

implementation 'com.twineworks:tweakflow:1.4.3'

Gradle Kotlin DSL: Add the following com.twineworks : tweakflow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twineworks:tweakflow:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twineworks : tweakflow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twineworks" % "tweakflow" % "1.4.3"

Advertisement