fetch-blob
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fetch-blob</artifactId>
<version>3.1.5</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>fetch-blob</artifactId>
<version>3.1.5</version>
<name>fetch-blob</name>
<description>Blob & File implementation in Node.js, originally from node-fetch.</description>
<url>https://github.com/node-fetch/fetch-blob#readme</url>
<organization>
<name>Jimmy Wärting</name>
<url>https://github.com/node-fetch/fetch-blob#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>endless</name>
<email>jimmy@warting.se</email>
</developer>
<developer>
<name>bitinn</name>
<email>bitinn@gmail.com</email>
</developer>
<developer>
<name>akepinski</name>
<email>npm@kepinski.ch</email>
</developer>
</developers>
<scm>
<connection>https://github.com/node-fetch/fetch-blob.git</connection>
<developerConnection>https://github.com/node-fetch/fetch-blob.git</developerConnection>
<url>https://github.com/node-fetch/fetch-blob</url>
</scm>
<issueManagement>
<url>https://github.com/node-fetch/fetch-blob/issues</url>
</issueManagement>
<properties>
<org.mvnpm-web-streams-polyfill.version>[3.0.3,4)</org.mvnpm-web-streams-polyfill.version>
<org.mvnpm-node-domexception.version>[1.0.0,2)</org.mvnpm-node-domexception.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>node-domexception</artifactId>
<version>${org.mvnpm-node-domexception.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>web-streams-polyfill</artifactId>
<version>${org.mvnpm-web-streams-polyfill.version}</version>
</dependency>
</dependencies>
</project>