is not current version
Last Version 0.2.3

net.ninjacat:smooth 0.1.3

Collections and concurrency utility functions for Java

Categories

Categories

Net Ninja User Interface Web Frameworks
GroupId

GroupId

net.ninjacat
ArtifactId

ArtifactId

smooth
Version

Version

0.1.3
Type

Type

jar

Download smooth 0.1.3


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