License |
License |
---|---|
Categories |
CategoriesCaffeine Data Caching |
GroupId | GroupIdcom.caffeineowl |
ArtifactId | ArtifactIdbezier-utils |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbezier-utils
Utility algos in Java for quad and cubic Bezier curves
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bezier-utils-1.0.0-RELEASE.pom | |
bezier-utils-1.0.0-RELEASE.jar | 49 KB |
bezier-utils-1.0.0-RELEASE-sources.jar | 50 KB |
bezier-utils-1.0.0-RELEASE-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.caffeineowl/bezier-utils/ -->
<dependency>
<groupId>com.caffeineowl</groupId>
<artifactId>bezier-utils</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.caffeineowl/bezier-utils/
implementation 'com.caffeineowl:bezier-utils:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.caffeineowl/bezier-utils/
implementation ("com.caffeineowl:bezier-utils:1.0.0-RELEASE")
'com.caffeineowl:bezier-utils:jar:1.0.0-RELEASE'
<dependency org="com.caffeineowl" name="bezier-utils" rev="1.0.0-RELEASE">
<artifact name="bezier-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.caffeineowl', module='bezier-utils', version='1.0.0-RELEASE')
)
libraryDependencies += "com.caffeineowl" % "bezier-utils" % "1.0.0-RELEASE"
[com.caffeineowl/bezier-utils "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |