fast-printf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fast-printf</artifactId>
<version>1.6.10</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>fast-printf</artifactId>
<version>1.6.10</version>
<name>fast-printf</name>
<description>Fast and spec-compliant printf implementation for Node.js and browser.</description>
<url>https://github.com/gajus/fast-printf#readme</url>
<organization>
<name>Gajus Kuizinas</name>
<url>https://github.com/gajus/fast-printf#readme</url>
</organization>
<licenses>
<license>
<name>BSD-3-Clause</name>
</license>
</licenses>
<developers>
<developer>
<name>gajus</name>
<email>gajus@gajus.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/gajus/fast-printf.git</connection>
<developerConnection>ssh://git@github.com/gajus/fast-printf.git</developerConnection>
<url>ssh://git@github.com/gajus/fast-printf</url>
</scm>
<issueManagement>
<url>https://github.com/gajus/fast-printf/issues</url>
</issueManagement>
</project>