MVN

com.github.anymaker : tncomputer

Maven & Gradle

Mar 08, 2022
1 stars

Computation with Extendable Query Language

<dependency>
    <groupId>com.github.anymaker</groupId>
    <artifactId>tncomputer</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.anymaker : tncomputer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.24

All Versions

Choose a version of com.github.anymaker : tncomputer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
tncomputer-0.0.24
tncomputer-0.0.23
tncomputer-0.0.22
tncomputer-0.0.21
tncomputer-0.0.20
tncomputer-0.0.19
tncomputer-0.0.18
tncomputer-0.0.17
tncomputer-0.0.16
tncomputer-0.0.15
tncomputer-0.0.14
tncomputer-0.0.13
tncomputer-0.0.12
tncomputer-0.0.11
tncomputer-0.0.10
tncomputer-0.0.9
tncomputer-0.0.8
tncomputer-0.0.7
tncomputer-0.0.6
tncomputer-0.0.5
tncomputer-0.0.2
tncomputer-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.anymaker</groupId>
    <artifactId>tncomputer</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.anymaker : tncomputer gradle dependency to your build.gradle file:

implementation 'com.github.anymaker:tncomputer:0.0.24'

Gradle Kotlin DSL: Add the following com.github.anymaker : tncomputer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.anymaker:tncomputer:0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.anymaker : tncomputer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.anymaker" % "tncomputer" % "0.0.24"

Advertisement