Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. # API dependencies summary
  2.  
  3. ## org.eclipse.jetty:jetty-servlet
  4.  
  5. >Eclipse Jetty provides a Web server and javax.servlet container.
  6.  
  7. https://www.eclipse.org/jetty/
  8.  
  9. Eclipse
  10.  
  11. ### Transitive dependencies
  12.  
  13. 1. org.eclipse.jetty:jetty-security
  14.  
  15. ## javax.activation:activation
  16.  
  17. >With the JavaBeans Activation Framework standard extension, developers who use Java technology can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate access to it, discover the operations available on it, and to instantiate the appropriate bean to perform said operation(s). For example, if a browser obtained a JPEG image, this framework would enable the browser to identify that stream of data as an JPEG image, and from that type, the browser could locate and instantiate an object that could manipulate, or view that image.
  18.  
  19. https://www.oracle.com/technetwork/articles/java/index-135046.html
  20.  
  21. Oracle
  22.  
  23. ## org.glassfish.jersey.containers:jersey-container-servlet
  24.  
  25. >RESTful Web Services in Java.
  26.  
  27. JAX-RS implementation.
  28.  
  29. https://jersey.github.io/
  30.  
  31. Oracle
  32.  
  33. ### Transitive dependencies
  34.  
  35. 1. org.glassfish.jersey.containers:jersey-container-servlet-core
  36. 1. org.glassfish.jersey.core:jersey-server
  37. 1. org.glassfish.jersey.core:jersey-client
  38. 1. org.glassfish.jersey.media:jersey-media-jaxb
  39. 1. org.glassfish.jersey.core:jersey-common
  40. 1. org.glassfish.jersey.ext:jersey-entity-filtering
  41. 1. javax.ws.rs:javax.ws.rs-api
  42.  
  43. ## org.glassfish.jersey.inject:jersey-hk2
  44.  
  45. >HK2 is an implementation of JSR-330 in a JavaSE environment.
  46.  
  47. Inversion of Control (IoC) and dependency injection (DI)
  48.  
  49. https://javaee.github.io/hk2/
  50.  
  51. Oracle
  52.  
  53. ### Transitive dependencies
  54.  
  55. 1. org.glassfish.hk2:hk2-locator
  56. 1. org.glassfish.hk2:hk2-api
  57. 1. org.glassfish.hk2:hk2-utils
  58.  
  59. ## org.glassfish.jersey.ext:jersey-bean-validation
  60.  
  61. >Jersey extension module providing support for Bean Validation (JSR-349) API.
  62.  
  63. Data Validation
  64.  
  65. https://jersey.github.io/documentation/latest/modules-and-dependencies.html
  66.  
  67. ## org.glassfish.jersey.media:jersey-media-json-jackson
  68.  
  69. >Jersey JSON Jackson (2.x) entity providers support module.
  70.  
  71. ## io.swagger.core.v3:swagger-jaxrs2
  72.  
  73. ### Transitive dependencies
  74.  
  75. 1. io.swagger.core.v3:swagger-integration
  76. 1. io.swagger.core.v3:swagger-core
  77. 1. com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
  78. 1. com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  79. 1. com.fasterxml.jackson.jaxrs:jackson-jaxrs-base
  80. 1. com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  81. 1. org.reflections:reflections
  82.  
  83. ## org.webjars:swagger-ui
  84.  
  85. -------------------------------------------------------------------------------------------
  86. # Transitive dependencies
  87. -------------------------------------------------------------------------------------------
  88.  
  89. ## org.reflections:reflections
  90.  
  91. >Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.
  92.  
  93. https://github.com/ronmamo/reflections
  94.  
  95.  
  96. ##
  97.  
  98. ## org.glassfish.hk2.external:javax.inject
  99.  
  100. ## org.hibernate:hibernate-validator
  101.  
  102. ## javax.validation:validation-api
  103.  
  104. ## org.glassfish.web:javax.el
  105.  
  106. ## javax.el:javax.el-api
  107.  
  108. ## io.swagger.core.v3:swagger-annotations
  109.  
  110. ## org.eclipse.jetty:jetty-server
  111.  
  112. ## javax.annotation:javax.annotation-api
  113.  
  114. ## org.glassfish.hk2:osgi-resource-locator
  115.  
  116. ## org.glassfish.hk2.external:aopalliance-repackaged
  117.  
  118. ## org.javassist:javassist
  119.  
  120. ## org.jboss.logging:jboss-logging
  121.  
  122. ## com.fasterxml:classmate
  123.  
  124. ## javax.servlet:javax.servlet-api
  125.  
  126. ## org.eclipse.jetty:jetty-http
  127.  
  128. ## org.eclipse.jetty:jetty-io
  129.  
  130. ## javax.xml.bind:jaxb-api
  131.  
  132. ## org.eclipse.jetty:jetty-util
  133.  
  134. ## org.yaml:snakeyaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement