Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 20.19 KB | None | 0 0
  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 http://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.ktor</groupId>
  5.   <artifactId>ktor-bom</artifactId>
  6.   <version>1.2.2-kk</version>
  7.   <packaging>pom</packaging>
  8.   <dependencyManagement>
  9.     <dependencies>
  10.       <dependency>
  11.         <groupId>io.ktor</groupId>
  12.         <artifactId>ktor-client-websockets-jvm</artifactId>
  13.         <version>1.2.2-kk</version>
  14.       </dependency>
  15.       <dependency>
  16.         <groupId>io.ktor</groupId>
  17.         <artifactId>ktor-client-encoding-linuxx64</artifactId>
  18.         <version>1.2.2-kk</version>
  19.       </dependency>
  20.       <dependency>
  21.         <groupId>io.ktor</groupId>
  22.         <artifactId>ktor-client-websockets</artifactId>
  23.         <version>1.2.2-kk</version>
  24.       </dependency>
  25.       <dependency>
  26.         <groupId>io.ktor</groupId>
  27.         <artifactId>ktor-utils-js</artifactId>
  28.         <version>1.2.2-kk</version>
  29.       </dependency>
  30.       <dependency>
  31.         <groupId>io.ktor</groupId>
  32.         <artifactId>ktor-client-mock-native</artifactId>
  33.         <version>1.2.2-kk</version>
  34.       </dependency>
  35.       <dependency>
  36.         <groupId>io.ktor</groupId>
  37.         <artifactId>ktor-client-auth-basic-jvm</artifactId>
  38.         <version>1.2.2-kk</version>
  39.       </dependency>
  40.       <dependency>
  41.         <groupId>io.ktor</groupId>
  42.         <artifactId>ktor-metrics</artifactId>
  43.         <version>1.2.2-kk</version>
  44.       </dependency>
  45.       <dependency>
  46.         <groupId>io.ktor</groupId>
  47.         <artifactId>ktor-client-cio</artifactId>
  48.         <version>1.2.2-kk</version>
  49.       </dependency>
  50.       <dependency>
  51.         <groupId>io.ktor</groupId>
  52.         <artifactId>ktor-http-linuxx64</artifactId>
  53.         <version>1.2.2-kk</version>
  54.       </dependency>
  55.       <dependency>
  56.         <groupId>io.ktor</groupId>
  57.         <artifactId>ktor-http</artifactId>
  58.         <version>1.2.2-kk</version>
  59.       </dependency>
  60.       <dependency>
  61.         <groupId>io.ktor</groupId>
  62.         <artifactId>ktor-jackson</artifactId>
  63.         <version>1.2.2-kk</version>
  64.       </dependency>
  65.       <dependency>
  66.         <groupId>io.ktor</groupId>
  67.         <artifactId>ktor-client-auth-basic</artifactId>
  68.         <version>1.2.2-kk</version>
  69.       </dependency>
  70.       <dependency>
  71.         <groupId>io.ktor</groupId>
  72.         <artifactId>ktor-mustache</artifactId>
  73.         <version>1.2.2-kk</version>
  74.       </dependency>
  75.       <dependency>
  76.         <groupId>io.ktor</groupId>
  77.         <artifactId>ktor-client-tests-dispatcher-native</artifactId>
  78.         <version>1.2.2-kk</version>
  79.       </dependency>
  80.       <dependency>
  81.         <groupId>io.ktor</groupId>
  82.         <artifactId>ktor-locations</artifactId>
  83.         <version>1.2.2-kk</version>
  84.       </dependency>
  85.       <dependency>
  86.         <groupId>io.ktor</groupId>
  87.         <artifactId>ktor-client</artifactId>
  88.         <version>1.2.2-kk</version>
  89.       </dependency>
  90.       <dependency>
  91.         <groupId>io.ktor</groupId>
  92.         <artifactId>ktor-http-js</artifactId>
  93.         <version>1.2.2-kk</version>
  94.       </dependency>
  95.       <dependency>
  96.         <groupId>io.ktor</groupId>
  97.         <artifactId>ktor-client-tests-js</artifactId>
  98.         <version>1.2.2-kk</version>
  99.       </dependency>
  100.       <dependency>
  101.         <groupId>io.ktor</groupId>
  102.         <artifactId>ktor-auth</artifactId>
  103.         <version>1.2.2-kk</version>
  104.       </dependency>
  105.       <dependency>
  106.         <groupId>io.ktor</groupId>
  107.         <artifactId>ktor-client-auth-linuxx64</artifactId>
  108.         <version>1.2.2-kk</version>
  109.       </dependency>
  110.       <dependency>
  111.         <groupId>io.ktor</groupId>
  112.         <artifactId>ktor-client-json-js</artifactId>
  113.         <version>1.2.2-kk</version>
  114.       </dependency>
  115.       <dependency>
  116.         <groupId>io.ktor</groupId>
  117.         <artifactId>ktor-client-tests-jvm</artifactId>
  118.         <version>1.2.2-kk</version>
  119.       </dependency>
  120.       <dependency>
  121.         <groupId>io.ktor</groupId>
  122.         <artifactId>ktor-client-mock</artifactId>
  123.         <version>1.2.2-kk</version>
  124.       </dependency>
  125.       <dependency>
  126.         <groupId>io.ktor</groupId>
  127.         <artifactId>ktor-features</artifactId>
  128.         <version>1.2.2-kk</version>
  129.       </dependency>
  130.       <dependency>
  131.         <groupId>io.ktor</groupId>
  132.         <artifactId>ktor-client-auth-basic-native</artifactId>
  133.         <version>1.2.2-kk</version>
  134.       </dependency>
  135.       <dependency>
  136.         <groupId>io.ktor</groupId>
  137.         <artifactId>ktor-client-websockets-linuxx64</artifactId>
  138.         <version>1.2.2-kk</version>
  139.       </dependency>
  140.       <dependency>
  141.         <groupId>io.ktor</groupId>
  142.         <artifactId>ktor-client-tests-dispatcher-linuxx64</artifactId>
  143.         <version>1.2.2-kk</version>
  144.       </dependency>
  145.       <dependency>
  146.         <groupId>io.ktor</groupId>
  147.         <artifactId>ktor-client-tests-linuxx64</artifactId>
  148.         <version>1.2.2-kk</version>
  149.       </dependency>
  150.       <dependency>
  151.         <groupId>io.ktor</groupId>
  152.         <artifactId>ktor-server-servlet</artifactId>
  153.         <version>1.2.2-kk</version>
  154.       </dependency>
  155.       <dependency>
  156.         <groupId>io.ktor</groupId>
  157.         <artifactId>ktor-server-tomcat</artifactId>
  158.         <version>1.2.2-kk</version>
  159.       </dependency>
  160.       <dependency>
  161.         <groupId>io.ktor</groupId>
  162.         <artifactId>ktor-client-features</artifactId>
  163.         <version>1.2.2-kk</version>
  164.       </dependency>
  165.       <dependency>
  166.         <groupId>io.ktor</groupId>
  167.         <artifactId>ktor-client-serialization-linuxx64</artifactId>
  168.         <version>1.2.2-kk</version>
  169.       </dependency>
  170.       <dependency>
  171.         <groupId>io.ktor</groupId>
  172.         <artifactId>ktor-client-serialization-jvm</artifactId>
  173.         <version>1.2.2-kk</version>
  174.       </dependency>
  175.       <dependency>
  176.         <groupId>io.ktor</groupId>
  177.         <artifactId>ktor-client-apache</artifactId>
  178.         <version>1.2.2-kk</version>
  179.       </dependency>
  180.       <dependency>
  181.         <groupId>io.ktor</groupId>
  182.         <artifactId>ktor-client-js</artifactId>
  183.         <version>1.2.2-kk</version>
  184.       </dependency>
  185.       <dependency>
  186.         <groupId>io.ktor</groupId>
  187.         <artifactId>ktor-client-mock-js</artifactId>
  188.         <version>1.2.2-kk</version>
  189.       </dependency>
  190.       <dependency>
  191.         <groupId>io.ktor</groupId>
  192.         <artifactId>ktor-gson</artifactId>
  193.         <version>1.2.2-kk</version>
  194.       </dependency>
  195.       <dependency>
  196.         <groupId>io.ktor</groupId>
  197.         <artifactId>ktor-client-curl</artifactId>
  198.         <version>1.2.2-kk</version>
  199.       </dependency>
  200.       <dependency>
  201.         <groupId>io.ktor</groupId>
  202.         <artifactId>ktor-velocity</artifactId>
  203.         <version>1.2.2-kk</version>
  204.       </dependency>
  205.       <dependency>
  206.         <groupId>io.ktor</groupId>
  207.         <artifactId>ktor-client-ios</artifactId>
  208.         <version>1.2.2-kk</version>
  209.       </dependency>
  210.       <dependency>
  211.         <groupId>io.ktor</groupId>
  212.         <artifactId>ktor-client-okhttp</artifactId>
  213.         <version>1.2.2-kk</version>
  214.       </dependency>
  215.       <dependency>
  216.         <groupId>io.ktor</groupId>
  217.         <artifactId>ktor-utils-jvm</artifactId>
  218.         <version>1.2.2-kk</version>
  219.       </dependency>
  220.       <dependency>
  221.         <groupId>io.ktor</groupId>
  222.         <artifactId>ktor-client-serialization-js</artifactId>
  223.         <version>1.2.2-kk</version>
  224.       </dependency>
  225.       <dependency>
  226.         <groupId>io.ktor</groupId>
  227.         <artifactId>ktor-server</artifactId>
  228.         <version>1.2.2-kk</version>
  229.       </dependency>
  230.       <dependency>
  231.         <groupId>io.ktor</groupId>
  232.         <artifactId>ktor-server-host-common</artifactId>
  233.         <version>1.2.2-kk</version>
  234.       </dependency>
  235.       <dependency>
  236.         <groupId>io.ktor</groupId>
  237.         <artifactId>ktor-server-core</artifactId>
  238.         <version>1.2.2-kk</version>
  239.       </dependency>
  240.       <dependency>
  241.         <groupId>io.ktor</groupId>
  242.         <artifactId>ktor-thymeleaf</artifactId>
  243.         <version>1.2.2-kk</version>
  244.       </dependency>
  245.       <dependency>
  246.         <groupId>io.ktor</groupId>
  247.         <artifactId>ktor-client-auth-basic-linuxx64</artifactId>
  248.         <version>1.2.2-kk</version>
  249.       </dependency>
  250.       <dependency>
  251.         <groupId>io.ktor</groupId>
  252.         <artifactId>ktor-client-encoding-native</artifactId>
  253.         <version>1.2.2-kk</version>
  254.       </dependency>
  255.       <dependency>
  256.         <groupId>io.ktor</groupId>
  257.         <artifactId>ktor-html-builder</artifactId>
  258.         <version>1.2.2-kk</version>
  259.       </dependency>
  260.       <dependency>
  261.         <groupId>io.ktor</groupId>
  262.         <artifactId>ktor-client-logging-linuxx64</artifactId>
  263.         <version>1.2.2-kk</version>
  264.       </dependency>
  265.       <dependency>
  266.         <groupId>io.ktor</groupId>
  267.         <artifactId>ktor-freemarker</artifactId>
  268.         <version>1.2.2-kk</version>
  269.       </dependency>
  270.       <dependency>
  271.         <groupId>io.ktor</groupId>
  272.         <artifactId>ktor-http-jvm</artifactId>
  273.         <version>1.2.2-kk</version>
  274.       </dependency>
  275.       <dependency>
  276.         <groupId>io.ktor</groupId>
  277.         <artifactId>ktor-client-encoding</artifactId>
  278.         <version>1.2.2-kk</version>
  279.       </dependency>
  280.       <dependency>
  281.         <groupId>io.ktor</groupId>
  282.         <artifactId>ktor-client-mock-linuxx64</artifactId>
  283.         <version>1.2.2-kk</version>
  284.       </dependency>
  285.       <dependency>
  286.         <groupId>io.ktor</groupId>
  287.         <artifactId>ktor-websockets</artifactId>
  288.         <version>1.2.2-kk</version>
  289.       </dependency>
  290.       <dependency>
  291.         <groupId>io.ktor</groupId>
  292.         <artifactId>ktor-client-serialization-native</artifactId>
  293.         <version>1.2.2-kk</version>
  294.       </dependency>
  295.       <dependency>
  296.         <groupId>io.ktor</groupId>
  297.         <artifactId>ktor-http-cio-native</artifactId>
  298.         <version>1.2.2-kk</version>
  299.       </dependency>
  300.       <dependency>
  301.         <groupId>io.ktor</groupId>
  302.         <artifactId>ktor-client-json</artifactId>
  303.         <version>1.2.2-kk</version>
  304.       </dependency>
  305.       <dependency>
  306.         <groupId>io.ktor</groupId>
  307.         <artifactId>ktor-client-auth-js</artifactId>
  308.         <version>1.2.2-kk</version>
  309.       </dependency>
  310.       <dependency>
  311.         <groupId>io.ktor</groupId>
  312.         <artifactId>ktor-client-core-linuxx64</artifactId>
  313.         <version>1.2.2-kk</version>
  314.       </dependency>
  315.       <dependency>
  316.         <groupId>io.ktor</groupId>
  317.         <artifactId>ktor-client-auth-basic-js</artifactId>
  318.         <version>1.2.2-kk</version>
  319.       </dependency>
  320.       <dependency>
  321.         <groupId>io.ktor</groupId>
  322.         <artifactId>ktor-client-core-jvm</artifactId>
  323.         <version>1.2.2-kk</version>
  324.       </dependency>
  325.       <dependency>
  326.         <groupId>io.ktor</groupId>
  327.         <artifactId>ktor-client-json-native</artifactId>
  328.         <version>1.2.2-kk</version>
  329.       </dependency>
  330.       <dependency>
  331.         <groupId>io.ktor</groupId>
  332.         <artifactId>ktor-client-encoding-js</artifactId>
  333.         <version>1.2.2-kk</version>
  334.       </dependency>
  335.       <dependency>
  336.         <groupId>io.ktor</groupId>
  337.         <artifactId>ktor-client-mock-jvm</artifactId>
  338.         <version>1.2.2-kk</version>
  339.       </dependency>
  340.       <dependency>
  341.         <groupId>io.ktor</groupId>
  342.         <artifactId>ktor-server-jetty-test-http2</artifactId>
  343.         <version>1.2.2-kk</version>
  344.       </dependency>
  345.       <dependency>
  346.         <groupId>io.ktor</groupId>
  347.         <artifactId>ktor-network</artifactId>
  348.         <version>1.2.2-kk</version>
  349.       </dependency>
  350.       <dependency>
  351.         <groupId>io.ktor</groupId>
  352.         <artifactId>ktor-auth-ldap</artifactId>
  353.         <version>1.2.2-kk</version>
  354.       </dependency>
  355.       <dependency>
  356.         <groupId>io.ktor</groupId>
  357.         <artifactId>ktor-client-logging</artifactId>
  358.         <version>1.2.2-kk</version>
  359.       </dependency>
  360.       <dependency>
  361.         <groupId>io.ktor</groupId>
  362.         <artifactId>ktor-client-logging-jvm</artifactId>
  363.         <version>1.2.2-kk</version>
  364.       </dependency>
  365.       <dependency>
  366.         <groupId>io.ktor</groupId>
  367.         <artifactId>ktor-network-tls</artifactId>
  368.         <version>1.2.2-kk</version>
  369.       </dependency>
  370.       <dependency>
  371.         <groupId>io.ktor</groupId>
  372.         <artifactId>ktor-server-tests</artifactId>
  373.         <version>1.2.2-kk</version>
  374.       </dependency>
  375.       <dependency>
  376.         <groupId>io.ktor</groupId>
  377.         <artifactId>ktor-http-cio-js</artifactId>
  378.         <version>1.2.2-kk</version>
  379.       </dependency>
  380.       <dependency>
  381.         <groupId>io.ktor</groupId>
  382.         <artifactId>ktor-http-cio</artifactId>
  383.         <version>1.2.2-kk</version>
  384.       </dependency>
  385.       <dependency>
  386.         <groupId>io.ktor</groupId>
  387.         <artifactId>ktor-client-encoding-jvm</artifactId>
  388.         <version>1.2.2-kk</version>
  389.       </dependency>
  390.       <dependency>
  391.         <groupId>io.ktor</groupId>
  392.         <artifactId>ktor-server-netty</artifactId>
  393.         <version>1.2.2-kk</version>
  394.       </dependency>
  395.       <dependency>
  396.         <groupId>io.ktor</groupId>
  397.         <artifactId>ktor-client-logging-js</artifactId>
  398.         <version>1.2.2-kk</version>
  399.       </dependency>
  400.       <dependency>
  401.         <groupId>io.ktor</groupId>
  402.         <artifactId>ktor-http-cio-linuxx64</artifactId>
  403.         <version>1.2.2-kk</version>
  404.       </dependency>
  405.       <dependency>
  406.         <groupId>io.ktor</groupId>
  407.         <artifactId>ktor-client-serialization</artifactId>
  408.         <version>1.2.2-kk</version>
  409.       </dependency>
  410.       <dependency>
  411.         <groupId>io.ktor</groupId>
  412.         <artifactId>ktor-client-jetty</artifactId>
  413.         <version>1.2.2-kk</version>
  414.       </dependency>
  415.       <dependency>
  416.         <groupId>io.ktor</groupId>
  417.         <artifactId>ktor-auth-jwt</artifactId>
  418.         <version>1.2.2-kk</version>
  419.       </dependency>
  420.       <dependency>
  421.         <groupId>io.ktor</groupId>
  422.         <artifactId>ktor-utils-native</artifactId>
  423.         <version>1.2.2-kk</version>
  424.       </dependency>
  425.       <dependency>
  426.         <groupId>io.ktor</groupId>
  427.         <artifactId>ktor-client-tests-dispatcher-js</artifactId>
  428.         <version>1.2.2-kk</version>
  429.       </dependency>
  430.       <dependency>
  431.         <groupId>io.ktor</groupId>
  432.         <artifactId>ktor-client-core</artifactId>
  433.         <version>1.2.2-kk</version>
  434.       </dependency>
  435.       <dependency>
  436.         <groupId>io.ktor</groupId>
  437.         <artifactId>ktor-serialization</artifactId>
  438.         <version>1.2.2-kk</version>
  439.       </dependency>
  440.       <dependency>
  441.         <groupId>io.ktor</groupId>
  442.         <artifactId>ktor-server-test-host</artifactId>
  443.         <version>1.2.2-kk</version>
  444.       </dependency>
  445.       <dependency>
  446.         <groupId>io.ktor</groupId>
  447.         <artifactId>ktor-client-auth-native</artifactId>
  448.         <version>1.2.2-kk</version>
  449.       </dependency>
  450.       <dependency>
  451.         <groupId>io.ktor</groupId>
  452.         <artifactId>ktor-client-tests-dispatcher</artifactId>
  453.         <version>1.2.2-kk</version>
  454.       </dependency>
  455.       <dependency>
  456.         <groupId>io.ktor</groupId>
  457.         <artifactId>ktor-client-core-js</artifactId>
  458.         <version>1.2.2-kk</version>
  459.       </dependency>
  460.       <dependency>
  461.         <groupId>io.ktor</groupId>
  462.         <artifactId>ktor-client-auth</artifactId>
  463.         <version>1.2.2-kk</version>
  464.       </dependency>
  465.       <dependency>
  466.         <groupId>io.ktor</groupId>
  467.         <artifactId>ktor-client-tests-native</artifactId>
  468.         <version>1.2.2-kk</version>
  469.       </dependency>
  470.       <dependency>
  471.         <groupId>io.ktor</groupId>
  472.         <artifactId>ktor-webjars</artifactId>
  473.         <version>1.2.2-kk</version>
  474.       </dependency>
  475.       <dependency>
  476.         <groupId>io.ktor</groupId>
  477.         <artifactId>ktor-client-json-tests</artifactId>
  478.         <version>1.2.2-kk</version>
  479.       </dependency>
  480.       <dependency>
  481.         <groupId>io.ktor</groupId>
  482.         <artifactId>ktor-client-android</artifactId>
  483.         <version>1.2.2-kk</version>
  484.       </dependency>
  485.       <dependency>
  486.         <groupId>io.ktor</groupId>
  487.         <artifactId>ktor-client-json-jvm</artifactId>
  488.         <version>1.2.2-kk</version>
  489.       </dependency>
  490.       <dependency>
  491.         <groupId>io.ktor</groupId>
  492.         <artifactId>ktor-client-jackson</artifactId>
  493.         <version>1.2.2-kk</version>
  494.       </dependency>
  495.       <dependency>
  496.         <groupId>io.ktor</groupId>
  497.         <artifactId>ktor-client-websockets-native</artifactId>
  498.         <version>1.2.2-kk</version>
  499.       </dependency>
  500.       <dependency>
  501.         <groupId>io.ktor</groupId>
  502.         <artifactId>ktor-server-jetty</artifactId>
  503.         <version>1.2.2-kk</version>
  504.       </dependency>
  505.       <dependency>
  506.         <groupId>io.ktor</groupId>
  507.         <artifactId>ktor-client-tests</artifactId>
  508.         <version>1.2.2-kk</version>
  509.       </dependency>
  510.       <dependency>
  511.         <groupId>io.ktor</groupId>
  512.         <artifactId>ktor-server-sessions</artifactId>
  513.         <version>1.2.2-kk</version>
  514.       </dependency>
  515.       <dependency>
  516.         <groupId>io.ktor</groupId>
  517.         <artifactId>ktor-utils</artifactId>
  518.         <version>1.2.2-kk</version>
  519.       </dependency>
  520.       <dependency>
  521.         <groupId>io.ktor</groupId>
  522.         <artifactId>ktor-metrics-micrometer</artifactId>
  523.         <version>1.2.2-kk</version>
  524.       </dependency>
  525.       <dependency>
  526.         <groupId>io.ktor</groupId>
  527.         <artifactId>ktor-client-websockets-js</artifactId>
  528.         <version>1.2.2-kk</version>
  529.       </dependency>
  530.       <dependency>
  531.         <groupId>io.ktor</groupId>
  532.         <artifactId>ktor-http-cio-jvm</artifactId>
  533.         <version>1.2.2-kk</version>
  534.       </dependency>
  535.       <dependency>
  536.         <groupId>io.ktor</groupId>
  537.         <artifactId>ktor-utils-linuxx64</artifactId>
  538.         <version>1.2.2-kk</version>
  539.       </dependency>
  540.       <dependency>
  541.         <groupId>io.ktor</groupId>
  542.         <artifactId>ktor-client-json-linuxx64</artifactId>
  543.         <version>1.2.2-kk</version>
  544.       </dependency>
  545.       <dependency>
  546.         <groupId>io.ktor</groupId>
  547.         <artifactId>ktor-client-curl-linuxx64</artifactId>
  548.         <version>1.2.2-kk</version>
  549.       </dependency>
  550.       <dependency>
  551.         <groupId>io.ktor</groupId>
  552.         <artifactId>ktor-client-auth-jvm</artifactId>
  553.         <version>1.2.2-kk</version>
  554.       </dependency>
  555.       <dependency>
  556.         <groupId>io.ktor</groupId>
  557.         <artifactId>ktor-http-native</artifactId>
  558.         <version>1.2.2-kk</version>
  559.       </dependency>
  560.       <dependency>
  561.         <groupId>io.ktor</groupId>
  562.         <artifactId>ktor-client-logging-native</artifactId>
  563.         <version>1.2.2-kk</version>
  564.       </dependency>
  565.       <dependency>
  566.         <groupId>io.ktor</groupId>
  567.         <artifactId>ktor-client-gson</artifactId>
  568.         <version>1.2.2-kk</version>
  569.       </dependency>
  570.       <dependency>
  571.         <groupId>io.ktor</groupId>
  572.         <artifactId>ktor-client-tests-dispatcher-jvm</artifactId>
  573.         <version>1.2.2-kk</version>
  574.       </dependency>
  575.       <dependency>
  576.         <groupId>io.ktor</groupId>
  577.         <artifactId>ktor-client-core-native</artifactId>
  578.         <version>1.2.2-kk</version>
  579.       </dependency>
  580.       <dependency>
  581.         <groupId>io.ktor</groupId>
  582.         <artifactId>ktor-server-cio</artifactId>
  583.         <version>1.2.2-kk</version>
  584.       </dependency>
  585.     </dependencies>
  586.   </dependencyManagement>
  587.   <name>ktor-bom</name>
  588.   <description>Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.</description>
  589.   <url>https://github.com/ktorio/ktor</url>
  590.   <licenses>
  591.     <license>
  592.       <name>The Apache Software License, Version 2.0</name>
  593.       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  594.       <distribution>repo</distribution>
  595.     </license>
  596.   </licenses>
  597.   <developers>
  598.     <developer>
  599.       <id>JetBrains</id>
  600.       <name>JetBrains Team</name>
  601.       <organization>JetBrains</organization>
  602.       <organizationUrl>http://www.jetbrains.com</organizationUrl>
  603.     </developer>
  604.   </developers>
  605.   <scm>
  606.     <url>https://github.com/ktorio/ktor.git</url>
  607.   </scm>
  608. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement