object-fit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.taig</groupId>
<artifactId>object-fit</artifactId>
<version>0.1.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.taig</groupId>
<artifactId>object-fit</artifactId>
<packaging>jar</packaging>
<description>object-fit</description>
<url>https://github.com/taig/object-fit/</url>
<version>0.1.3</version>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/taig/object-fit/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>object-fit</name>
<organization>
<name>io.taig</name>
<url>https://taig.io/</url>
</organization>
<scm>
<url>https://github.com/taig/object-fit</url>
<connection>scm:git:https://github.com/taig/object-fit.git</connection>
<developerConnection>scm:git:git@github.com:taig/object-fit.git</developerConnection>
</scm>
<developers>
<developer>
<id>taig</id>
<name>Niklas Klein</name>
<url>https://taig.io/</url>
<email>mail@taig.io</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_3</artifactId>
<version>0.7.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sejda.imageio</groupId>
<artifactId>webp-imageio</artifactId>
<version>0.1.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>