Bezier curves creator

The simple helper for build Bezier curves. Fully compatible with projects written in java/kotlin

License

License

the apache software license, version 2.0
GroupId

GroupId

ru.ztrap
ArtifactId

ArtifactId

beziercurve
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Bezier curves creator
The simple helper for build Bezier curves. Fully compatible with projects written in java/kotlin
Project URL

Project URL

https://github.com/zTrap/beziercurve
Source Code Management

Source Code Management

https://github.com/zTrap/beziercurve

Download beziercurve

How to add to project

<!-- https://jarcasting.com/artifacts/ru.ztrap/beziercurve/ -->
<dependency>
    <groupId>ru.ztrap</groupId>
    <artifactId>beziercurve</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ztrap/beziercurve/
implementation 'ru.ztrap:beziercurve:1.0.2'
// https://jarcasting.com/artifacts/ru.ztrap/beziercurve/
implementation ("ru.ztrap:beziercurve:1.0.2")
'ru.ztrap:beziercurve:jar:1.0.2'
<dependency org="ru.ztrap" name="beziercurve" rev="1.0.2">
  <artifact name="beziercurve" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ztrap', module='beziercurve', version='1.0.2')
)
libraryDependencies += "ru.ztrap" % "beziercurve" % "1.0.2"
[ru.ztrap/beziercurve "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.31

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0