Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdnz.co.rossphillips |
ArtifactId | ArtifactIdscala-thumbnailer |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
scala-thumbnailer-0.3.0.pom | |
scala-thumbnailer-0.3.0.jar | 23 KB |
scala-thumbnailer-0.3.0-sources.jar | 6 KB |
scala-thumbnailer-0.3.0-javadoc.jar | 375 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.co.rossphillips/scala-thumbnailer/ -->
<dependency>
<groupId>nz.co.rossphillips</groupId>
<artifactId>scala-thumbnailer</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.rossphillips/scala-thumbnailer/
implementation 'nz.co.rossphillips:scala-thumbnailer:0.3.0'
// https://jarcasting.com/artifacts/nz.co.rossphillips/scala-thumbnailer/
implementation ("nz.co.rossphillips:scala-thumbnailer:0.3.0")
'nz.co.rossphillips:scala-thumbnailer:jar:0.3.0'
<dependency org="nz.co.rossphillips" name="scala-thumbnailer" rev="0.3.0">
<artifact name="scala-thumbnailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.rossphillips', module='scala-thumbnailer', version='0.3.0')
)
libraryDependencies += "nz.co.rossphillips" % "scala-thumbnailer" % "0.3.0"
[nz.co.rossphillips/scala-thumbnailer "0.3.0"]