Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chen0040/1d26ffff2750718889dfc684bd4be5c0 to your computer and use it in GitHub Desktop.
Save chen0040/1d26ffff2750718889dfc684bd4be5c0 to your computer and use it in GitHub Desktop.
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/chen0040/java-glm/LICENSE.md</url>
<comments>MIT License</comments>
</license>
</licenses>
<developers>
<developer>
<email>xs0040@gmail.com</email>
<id>chen0040</id>
<name>Xianshun Chen</name>
<url>https://github.com/chen0040</url>
</developer>
</developers>
<scm>
<url>https://github.com/chen0040/java-glm</url>
<connection>scm:git:git://github.com/chen0040/java-glm.git</connection>
<developerConnection>scm:git:git@github.com:chen0040/java-glm.git</developerConnection>
</scm>
<issueManagement>
<url>https://github.com/chen0040/java-glm/issues</url>
<system>GitHub Issues</system>
</issueManagement>
<name>Generalized Linear Models</name>
<description>Generalized linear models implemented in Java</description>
<url>https://github.com/chen0040/java-glm</url>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment