ssf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>ssf</artifactId> <version>0.11.2</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>ssf</artifactId> <version>0.11.2</version> <name>ssf</name> <description>Format data using ECMA-376 spreadsheet Format Codes</description> <url>http://sheetjs.com/</url> <organization> <name>sheetjs</name> <url>http://sheetjs.com/</url> </organization> <licenses> <license> <name>Apache-2.0</name> </license> </licenses> <developers> <developer> <name>sheetjs</name> <email>sheetjs@gmail.com</email> </developer> </developers> <scm> <connection>git://github.com/SheetJS/ssf.git</connection> <developerConnection>git://github.com/SheetJS/ssf.git</developerConnection> <url>git://github.com/SheetJS/ssf</url> </scm> <issueManagement> <url>https://github.com/SheetJS/ssf/issues</url> </issueManagement> <properties> <org.mvnpm-frac.version>[1.1.2,1.2)</org.mvnpm-frac.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>frac</artifactId> <version>${org.mvnpm-frac.version}</version> </dependency> </dependencies> </project>