<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.snoworca</groupId>
  <artifactId>cson</artifactId>
  <version>0.0.1</version>
  <name>cson</name>
  <description>Binary Json Library</description>
  <url>https://github.com/ice3x2/cson</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/MangKyu/spring-boot-test-automock/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ice3x2</id>
      <name>Sungbeom Hong</name>
      <email>ice3x2@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/ice3x2/cson.git</connection>
    <developerConnection>scm:git:ssh://github.com:ice3x2/cson.git</developerConnection>
    <url>https://github.com/ice3x2/cson/tree/master</url>
  </scm>
  <dependencies/>
</project>
