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