Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks JPMML Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdpmml-schema-gwt |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
pmml-schema-gwt-1.3.1.pom | |
pmml-schema-gwt-1.3.1.jar | 4 KB |
pmml-schema-gwt-1.3.1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/pmml-schema-gwt/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-schema-gwt</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/pmml-schema-gwt/
implementation 'org.jpmml:pmml-schema-gwt:1.3.1'
// https://jarcasting.com/artifacts/org.jpmml/pmml-schema-gwt/
implementation ("org.jpmml:pmml-schema-gwt:1.3.1")
'org.jpmml:pmml-schema-gwt:jar:1.3.1'
<dependency org="org.jpmml" name="pmml-schema-gwt" rev="1.3.1">
<artifact name="pmml-schema-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='pmml-schema-gwt', version='1.3.1')
)
libraryDependencies += "org.jpmml" % "pmml-schema-gwt" % "1.3.1"
[org.jpmml/pmml-schema-gwt "1.3.1"]