MVN

net.sf.tsl2nano : tsl2.nano.operation

Maven & Gradle

Jun 04, 2023
2 usages

TSL2 Framework Operation · TSL2 Framework Operation (abstract parser, conditioned functional or boolean operations - abstract structure for rule-engines)

<dependency>
    <groupId>net.sf.tsl2nano</groupId>
    <artifactId>tsl2.nano.operation</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.tsl2nano : tsl2.nano.operation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of net.sf.tsl2nano : tsl2.nano.operation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
tsl2.nano.operation-2.5.1
tsl2.nano.operation-2.5.0
2.4.x
tsl2.nano.operation-2.4.12
tsl2.nano.operation-2.4.11
tsl2.nano.operation-2.4.10
tsl2.nano.operation-2.4.9
tsl2.nano.operation-2.4.8
tsl2.nano.operation-2.4.7
tsl2.nano.operation-2.4.6
tsl2.nano.operation-2.4.5
tsl2.nano.operation-2.4.4
tsl2.nano.operation-2.4.3
tsl2.nano.operation-2.4.2
tsl2.nano.operation-2.4.1
tsl2.nano.operation-2.4.0
2.3.x
tsl2.nano.operation-2.3.1
tsl2.nano.operation-2.3.0
2.2.x
tsl2.nano.operation-2.2.2
tsl2.nano.operation-2.2.1
tsl2.nano.operation-2.2.0
2.1.x
tsl2.nano.operation-2.1.4
tsl2.nano.operation-2.1.3
tsl2.nano.operation-2.1.2
tsl2.nano.operation-2.1.1
2.1
tsl2.nano.operation-2.1
1.1.x
tsl2.nano.operation-1.1.3

How to add a dependency to Maven

Add the following net.sf.tsl2nano : tsl2.nano.operation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.tsl2nano</groupId>
    <artifactId>tsl2.nano.operation</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.tsl2nano : tsl2.nano.operation gradle dependency to your build.gradle file:

implementation 'net.sf.tsl2nano:tsl2.nano.operation:2.5.1'

Gradle Kotlin DSL: Add the following net.sf.tsl2nano : tsl2.nano.operation gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.tsl2nano:tsl2.nano.operation:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.tsl2nano : tsl2.nano.operation sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.tsl2nano" % "tsl2.nano.operation" % "2.5.1"

Advertisement