pom.xml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.grpc</groupId>
  5. <artifactId>grpc-context</artifactId>
  6. <version>1.51.0</version>
  7. <name>io.grpc:grpc-context</name>
  8. <description>gRPC: Context</description>
  9. <url>https://github.com/grpc/grpc-java</url>
  10. <licenses>
  11. <license>
  12. <name>Apache 2.0</name>
  13. <url>https://opensource.org/licenses/Apache-2.0</url>
  14. </license>
  15. </licenses>
  16. <developers>
  17. <developer>
  18. <id>grpc.io</id>
  19. <name>gRPC Contributors</name>
  20. <email>grpc-io@googlegroups.com</email>
  21. <url>https://grpc.io/</url>
  22. <organization>gRPC Authors</organization>
  23. <organizationUrl>https://www.google.com</organizationUrl>
  24. </developer>
  25. </developers>
  26. <scm>
  27. <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
  28. <developerConnection>scm:git:git@github.com:grpc/grpc-java.git</developerConnection>
  29. <url>https://github.com/grpc/grpc-java</url>
  30. </scm>
  31. </project>