| 组织ID: |
io.shiftleft |
| 项目ID: |
cpg-server |
| 版本: |
0.9.281 |
| 最后修改时间: |
2019-12-13 05:33:32 |
| 包类型: |
jar |
| 标题: |
Apache-2.0 |
| 描述: |
CPG server |
| 相关URL: |
https://github.com/ShiftLeftSecurity/codepropertygraph/ |
| 大小: |
75.91KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>cpg-server</artifactId>
<version>0.9.281</version>
</dependency>
|
| Gradle引入代码: |
io.shiftleft:cpg-server:0.9.281
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.shiftleft</groupId>
<artifactId>cpg-server</artifactId>
<packaging>jar</packaging>
<description>CPG server</description>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
<version>0.9.281</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>CPG server</name>
<organization>
<name>io.shiftleft</name>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
</organization>
<scm>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph</url>
<connection>scm:git@github.com:ShiftLeftSecurity/codepropertygraph.git</connection>
</scm>
<developers>
<developer>
<id>fabsx00</id>
<name>Fabian Yamaguchi</name>
<email>fabs@shiftleft.io</email>
<url>https://github.com/fabsx00</url>
</developer>
<developer>
<id>ml86</id>
<name>Markus Lottmann</name>
<email>markus@shiftleft.io</email>
<url>https://github.com/ml86</url>
</developer>
<developer>
<id>mpollmeier</id>
<name>Michael Pollmeier</name>
<email>michael@michaelpollmeier.com</email>
<url>http://www.michaelpollmeier.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.8</version>
</dependency>
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>codepropertygraph</artifactId>
<version>0.9.281</version>
</dependency>
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>query-primitives</artifactId>
<version>0.9.281</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>twirl-api_2.12</artifactId>
<version>1.3.13</version>
</dependency>
<dependency>
<groupId>org.scalatra</groupId>
<artifactId>scalatra_2.12</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>org.scalatra</groupId>
<artifactId>scalatra-scalatest_2.12</artifactId>
<version>2.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatra</groupId>
<artifactId>scalatra-json_2.12</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>org.scalatra</groupId>
<artifactId>scalatra-swagger_2.12</artifactId>
<version>2.6.5</version>
</dependency>
<dependency>
<groupId>com.github.pathikrit</groupId>
<artifactId>better-files_2.12</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
<version>2.5.3</version>
</dependency>
<dependency>
<groupId>net.databinder.dispatch</groupId>
<artifactId>dispatch-core_2.12</artifactId>
<version>0.13.1</version>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.12</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.7.v20170914</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
io.shiftleft.cpgserver.CpgServerSwagger.class
io.shiftleft.cpgserver.CpgServerController$$anon$2.class
ScalatraBootstrap.class
io.shiftleft.cpgserver.QueryRequest.class
io.shiftleft.cpgserver.CreateCpgRequest$.class
layouts.html.default.class
io.shiftleft.cpgserver.CreateCpgRequest.class
io.shiftleft.cpgserver.CpgServerController.class
io.shiftleft.cpgserver.ServerImpl.class
io.shiftleft.cpgserver.CpgServerController$$anon$1.class
logback.xml
views.html.hello.class
io.shiftleft.cpgserver.StatusResponse.class
io.shiftleft.cpgserver.CpgServerApiInfo.class
io.shiftleft.cpgserver.QueryResponse.class
io.shiftleft.cpgserver.TestServerMain.class
views.html.hello$.class
io.shiftleft.cpgserver.TestServerMain$.class
io.shiftleft.cpgserver.ResourcesApp.class
io.shiftleft.cpgserver.JettyLauncher$.class
io.shiftleft.cpgserver.JettyLauncher.class
io.shiftleft.cpgserver.CpgServerApiInfo$.class
io.shiftleft.cpgserver.TestServerMain$delayedInit$body.class
io.shiftleft.cpgserver.QueryRequest$.class
io.shiftleft.cpgserver.StatusResponse$.class
io.shiftleft.cpgserver.CpgServerController$.class
io.shiftleft.cpgserver.TestServerImpl.class
io.shiftleft.cpgserver.QueryResponse$.class
layouts.html.default$.class
|
| 依赖Jar: |
scala-library-2.12.8.jar
/org.scala-lang/scala-library/2.12.8
查看scala-library所有版本文件
codepropertygraph-0.9.281.jar
/io.shiftleft/codepropertygraph/0.9.281
查看codepropertygraph所有版本文件
query-primitives-0.9.281.jar
/io.shiftleft/query-primitives/0.9.281
查看query-primitives所有版本文件
twirl-api_2.12-1.3.13.jar
/com.typesafe.play/twirl-api_2.12/1.3.13
查看twirl-api_2.12所有版本文件
scalatra_2.12-2.6.5.jar
/org.scalatra/scalatra_2.12/2.6.5
查看scalatra_2.12所有版本文件
scalatra-scalatest_2.12-2.6.5.jar
/org.scalatra/scalatra-scalatest_2.12/2.6.5
查看scalatra-scalatest_2.12所有版本文件
scalatra-json_2.12-2.6.5.jar
/org.scalatra/scalatra-json_2.12/2.6.5
查看scalatra-json_2.12所有版本文件
scalatra-swagger_2.12-2.6.5.jar
/org.scalatra/scalatra-swagger_2.12/2.6.5
查看scalatra-swagger_2.12所有版本文件
better-files_2.12-3.1.0.jar
/com.github.pathikrit/better-files_2.12/3.1.0
查看better-files_2.12所有版本文件
akka-actor_2.12-2.5.3.jar
/com.typesafe.akka/akka-actor_2.12/2.5.3
查看akka-actor_2.12所有版本文件
dispatch-core_2.12-0.13.1.jar
/net.databinder.dispatch/dispatch-core_2.12/0.13.1
查看dispatch-core_2.12所有版本文件
json4s-native_2.12-3.5.2.jar
/org.json4s/json4s-native_2.12/3.5.2
查看json4s-native_2.12所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
jetty-webapp-9.4.7.v20170914.jar
/org.eclipse.jetty/jetty-webapp/9.4.7.v20170914
查看jetty-webapp所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
|