codepropertygraph-schema_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>codepropertygraph-schema_2.13</artifactId>
<version>1.4.6</version>
</dependency><?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>codepropertygraph-schema_2.13</artifactId>
<packaging>jar</packaging>
<description>codepropertygraph-schema</description>
<url>https://github.com/ShiftLeftSecurity/codepropertygraph/</url>
<version>1.4.6</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>codepropertygraph-schema</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>
<url>https://github.com/fabsx00</url>
<email>fabs@shiftleft.io</email>
</developer>
<developer>
<id>ml86</id>
<name>Markus Lottmann</name>
<url>https://github.com/ml86</url>
<email>markus@shiftleft.io</email>
</developer>
<developer>
<id>mpollmeier</id>
<name>Michael Pollmeier</name>
<url>http://www.michaelpollmeier.com/</url>
<email>michael@michaelpollmeier.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.shiftleft</groupId>
<artifactId>overflowdb-codegen_2.13</artifactId>
<version>2.97</version>
</dependency>
</dependencies>
</project>