Download pmml-schema-1.0.22.jar file

Introduction

You can download pmml-schema-1.0.22.jar in this page.

License

Open Source

Type List

pmml-schema-1.0.22.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jpmml/pmml-schema/pom.properties
META-INF/maven/org.jpmml/pmml-schema/pom.xml
org.dmg.pmml.ImportFilter.class
org.dmg.pmml.Schema.class
org.dmg.pmml.Version.class

Pom

pmml-schema-1.0.22.pom file content.

<?xml version="1.0" ?>
<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>

	<parent>
		<groupId>org.jpmml</groupId>
		<artifactId>jpmml</artifactId>
		<version>1.0.22</version>
	</parent>

	<groupId>org.jpmml</groupId>
	<artifactId>pmml-schema</artifactId>
	<packaging>jar</packaging>

	<name>JPMML schema</name>
	<description>JPMML schema annotations for class model</description>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.14.1</version>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>org.jpmml</groupId>
   <artifactId>pmml-schema</artifactId>
   <version>1.0.22</version>
</dependency>

Download

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



Download pmml-schema-1.0.22.jar file




PreviousNext

Related