buffer-from-string
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>buffer-from-string</artifactId>
<version>0.2.3</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.at.stdlib</groupId>
<artifactId>buffer-from-string</artifactId>
<version>0.2.3</version>
<name>stdlib buffer-from-string</name>
<description>Allocate a buffer containing a provided string.</description>
<url>https://stdlib.io</url>
<organization>
<name>The Stdlib Authors</name>
<url>https://stdlib.io</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>stdlib-bot</name>
<email>kgryte+stdlibbot@gmail.com</email>
</developer>
<developer>
<name>kgryte</name>
<email>kgryte@gmail.com</email>
</developer>
<developer>
<name>planeshifter</name>
<email>pgb@andrew.cmu.edu</email>
</developer>
<developer>
<name>rreusser</name>
<email>rsreusser@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/stdlib-js/buffer-from-string.git</connection>
<developerConnection>git://github.com/stdlib-js/buffer-from-string.git</developerConnection>
<url>git://github.com/stdlib-js/buffer-from-string</url>
</scm>
<issueManagement>
<url>https://github.com/stdlib-js/stdlib/issues</url>
</issueManagement>
<properties>
<org.mvnpm.at.stdlib-assert-is-string.version>[0.2.3,0.3)</org.mvnpm.at.stdlib-assert-is-string.version>
<org.mvnpm.at.stdlib-string-format.version>[0.2.3,0.3)</org.mvnpm.at.stdlib-string-format.version>
<org.mvnpm.at.stdlib-assert-is-function.version>[0.2.3,0.3)</org.mvnpm.at.stdlib-assert-is-function.version>
<org.mvnpm.at.stdlib-error-tools-fmtprodmsg.version>[0.2.3,0.3)</org.mvnpm.at.stdlib-error-tools-fmtprodmsg.version>
<org.mvnpm.at.stdlib-buffer-ctor.version>[0.2.2,0.3)</org.mvnpm.at.stdlib-buffer-ctor.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>assert-is-function</artifactId>
<version>${org.mvnpm.at.stdlib-assert-is-function.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>assert-is-string</artifactId>
<version>${org.mvnpm.at.stdlib-assert-is-string.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>buffer-ctor</artifactId>
<version>${org.mvnpm.at.stdlib-buffer-ctor.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>string-format</artifactId>
<version>${org.mvnpm.at.stdlib-string-format.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.stdlib</groupId>
<artifactId>error-tools-fmtprodmsg</artifactId>
<version>${org.mvnpm.at.stdlib-error-tools-fmtprodmsg.version}</version>
</dependency>
</dependencies>
</project>