Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdnz.co.rossphillips |
ArtifactId | ArtifactIdscala-thumbnailer |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
scala-thumbnailer-0.2.pom | |
scala-thumbnailer-0.2.jar | 20 KB |
scala-thumbnailer-0.2-sources.jar | 6 KB |
scala-thumbnailer-0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.rossphillips/scala-thumbnailer/
implementation 'nz.co.rossphillips:scala-thumbnailer:0.2'
// https://jarcasting.com/artifacts/nz.co.rossphillips/scala-thumbnailer/
implementation ("nz.co.rossphillips:scala-thumbnailer:0.2")
'nz.co.rossphillips:scala-thumbnailer:jar:0.2'
<dependency org="nz.co.rossphillips" name="scala-thumbnailer" rev="0.2">
<artifact name="scala-thumbnailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.rossphillips', module='scala-thumbnailer', version='0.2')
)
libraryDependencies += "nz.co.rossphillips" % "scala-thumbnailer" % "0.2"
[nz.co.rossphillips/scala-thumbnailer "0.2"]