MVN

com.caffeineowl : bezier-utils

Maven & Gradle

Mar 03, 2016
1 usages
3 stars

bezier-utils · Utility algos in Java for quad and cubic Bezier curves

<dependency>
    <groupId>com.caffeineowl</groupId>
    <artifactId>bezier-utils</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.caffeineowl : bezier-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RELEASE

All Versions

Choose a version of com.caffeineowl : bezier-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
bezier-utils-1.0.0-RELEASE

How to add a dependency to Maven

Add the following com.caffeineowl : bezier-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.caffeineowl</groupId>
    <artifactId>bezier-utils</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.caffeineowl : bezier-utils gradle dependency to your build.gradle file:

implementation 'com.caffeineowl:bezier-utils:1.0.0-RELEASE'

Gradle Kotlin DSL: Add the following com.caffeineowl : bezier-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.caffeineowl:bezier-utils:1.0.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.caffeineowl : bezier-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.caffeineowl" % "bezier-utils" % "1.0.0-RELEASE"

Advertisement

Dependencies from Group

Mar 03, 2016
1 usages
3 stars

Discover Dependencies

Mar 29, 2017
2 usages
4 stars
Dec 17, 2016
2 usages
4 stars
Dec 23, 2020
2 usages
52 stars
Nov 25, 2016
2 usages
0 stars
Jan 30, 2018
2 usages
196 stars
Apr 18, 2018
2 usages
31 stars
Nov 01, 2018
2 usages
Jan 14, 2018
2 usages
6 stars