dateformat
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>dateformat</artifactId> <version>5.0.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</groupId> <artifactId>dateformat</artifactId> <version>5.0.3</version> <name>dateformat</name> <description>A node.js package for Steven Levithan's excellent dateFormat() function.</description> <url>https://github.com/felixge/node-dateformat</url> <organization> <name>Steven Levithan</name> <url>https://github.com/felixge/node-dateformat</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>felixge</name> <email>felix@debuggable.com</email> </developer> <developer> <name>ctavan</name> <email>dev@tavan.de</email> </developer> <developer> <name>jonschlinkert</name> <email>github@sellside.com</email> </developer> <developer> <name>doowb</name> <email>brian.woodward@gmail.com</email> </developer> <developer> <name>fpintos</name> <email>fpintos.npm@outlook.com</email> </developer> <developer> <name>chase-manning</name> <email>me@chasemanning.co.nz</email> </developer> </developers> <scm> <connection>https://github.com/felixge/node-dateformat.git</connection> <developerConnection>https://github.com/felixge/node-dateformat.git</developerConnection> <url>https://github.com/felixge/node-dateformat</url> </scm> <issueManagement> <url>https://github.com/felixge/node-dateformat/issues</url> </issueManagement> </project>