Download appsensor-analysis-reference-2.3.1.jar file

Introduction

You can download appsensor-analysis-reference-2.3.1.jar in this page.

License

Open Source

Type List

appsensor-analysis-reference-2.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.owasp.appsensor/appsensor-analysis-reference/pom.properties
META-INF/maven/org.owasp.appsensor/appsensor-analysis-reference/pom.xml
org.owasp.appsensor.analysis.ReferenceAttackAnalysisEngine.class
org.owasp.appsensor.analysis.ReferenceEventAnalysisEngine.class
org.owasp.appsensor.analysis.ReferenceResponseAnalysisEngine.class

Pom

appsensor-analysis-reference-2.3.1.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

  	<artifactId>appsensor-analysis-reference</artifactId>
	<packaging>jar</packaging>

	<name>appsensor-analysis-reference</name>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.owasp.appsensor</groupId>
			<artifactId>appsensor-core</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>

	<parent>
		<groupId>org.owasp.appsensor</groupId>
	  	<artifactId>appsensor-parent</artifactId>
		<version>2.3.1</version>
	</parent>
	
</project>

POM Entry

<dependency>
   <groupId>org.owasp.appsensor</groupId>
   <artifactId>appsensor-analysis-reference</artifactId>
   <version>2.3.1</version>
</dependency>

Download

If you think the following appsensor-analysis-reference-2.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download appsensor-analysis-reference-2.3.1.jar file




PreviousNext

Related