| License |
License
the apache software license, version 2.0
|
|---|---|
| GroupId | GroupIdru.ztrap |
| ArtifactId | ArtifactIdbeziercurve |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBezier curves creator
The simple helper for build Bezier curves. Fully compatible with projects written in java/kotlin
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| beziercurve-1.0.2.pom | |
| beziercurve-1.0.2.jar | 8 KB |
| beziercurve-1.0.2-sources.jar | 2 KB |
| beziercurve-1.0.2-javadoc.jar | 27 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.31 |