ordered-object-literal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.stoplight</groupId>
<artifactId>ordered-object-literal</artifactId>
<version>1.0.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.at.stoplight</groupId>
<artifactId>ordered-object-literal</artifactId>
<version>1.0.5</version>
<name>stoplight ordered-object-literal</name>
<description>Object literal maintaining its properties in the order they were added</description>
<url>https://github.com/stoplightio/ordered-object-literal</url>
<organization>
<name>Stoplight</name>
<url>https://github.com/stoplightio/ordered-object-literal</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
</license>
</licenses>
<developers>
<developer>
<name>stoplight-devops</name>
<email>devops@stoplight.io</email>
</developer>
</developers>
<scm>
<connection>https://github.com/stoplightio/ordered-object-literal.git</connection>
<developerConnection>https://github.com/stoplightio/ordered-object-literal.git</developerConnection>
<url>https://github.com/stoplightio/ordered-object-literal</url>
</scm>
<issueManagement>
<url>https://github.com/stoplightio/ordered-object-literal/issues</url>
</issueManagement>
</project>