MVN

org.tinyspline : tinyspline

Maven & Gradle

Feb 03, 2023
1k stars

tinyspline · TinySpline is a small, yet powerful library for interpolating, transforming, and querying arbitrary NURBS, B-Splines, and Bézier curves. The core of the library is written in ANSI C (C89) with a C++ wrapper for an object-oriented programming model. Based on the C++ wrapper, auto-generated bindings for C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby are provided.

<dependency>
    <groupId>org.tinyspline</groupId>
    <artifactId>tinyspline</artifactId>
    <version>0.6.0-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tinyspline : tinyspline to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0-1

All Versions

Choose a version of org.tinyspline : tinyspline to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
tinyspline-0.6.0-1
0.5.x
tinyspline-0.5.0-1
0.4.x
tinyspline-0.4.0-1
0.3.x
tinyspline-0.3.0-2
tinyspline-0.3.0-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.tinyspline</groupId>
    <artifactId>tinyspline</artifactId>
    <version>0.6.0-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tinyspline : tinyspline gradle dependency to your build.gradle file:

implementation 'org.tinyspline:tinyspline:0.6.0-1'

Gradle Kotlin DSL: Add the following org.tinyspline : tinyspline gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tinyspline:tinyspline:0.6.0-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tinyspline : tinyspline sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tinyspline" % "tinyspline" % "0.6.0-1"