| License |
License |
|---|---|
| GroupId | GroupIdorg.dishevelled |
| ArtifactId | ArtifactIddsh-piccolo-ease |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptiondishevelled.org piccolo-ease
Piccolo2D easing activities and supporting classes.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dsh-piccolo-ease-1.0.pom | |
| dsh-piccolo-ease-1.0.jar | 18 KB |
| dsh-piccolo-ease-1.0-sources.jar | 18 KB |
| dsh-piccolo-ease-1.0-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dishevelled/dsh-piccolo-ease/ -->
<dependency>
<groupId>org.dishevelled</groupId>
<artifactId>dsh-piccolo-ease</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dishevelled/dsh-piccolo-ease/
implementation 'org.dishevelled:dsh-piccolo-ease:1.0'
// https://jarcasting.com/artifacts/org.dishevelled/dsh-piccolo-ease/
implementation ("org.dishevelled:dsh-piccolo-ease:1.0")
'org.dishevelled:dsh-piccolo-ease:jar:1.0'
<dependency org="org.dishevelled" name="dsh-piccolo-ease" rev="1.0">
<artifact name="dsh-piccolo-ease" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dishevelled', module='dsh-piccolo-ease', version='1.0')
)
libraryDependencies += "org.dishevelled" % "dsh-piccolo-ease" % "1.0"
[org.dishevelled/dsh-piccolo-ease "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dishevelled : dsh-interpolate | jar | 1.0 |
| org.piccolo2d : piccolo2d-core | jar | 3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |