is not current version
Last Version 1.0.2

ru.ztrap:beziercurve 1.0.1

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

GroupId

GroupId

ru.ztrap
ArtifactId

ArtifactId

beziercurve
Version

Version

1.0.1
Type

Type

jar

Download beziercurve 1.0.1


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