p

platon

This project consists of a POM that contains settings that are likely to be useful to any Platon project
http://platon.ai
The Apache Software License, Version 2.0
The Platon Data Engine
Vincent Zhang
Files download
File Operation
platon-3.4.pom download
Apache Maven
<dependency>
  <groupId>ai.platon</groupId>
  <artifactId>platon</artifactId>
  <version>3.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ai.platon:platon:3.4'
Gradle Kotlin
implementation("ai.platon:platon:3.4")
Scala SBT
libraryDependencies += "ai.platon" % "platon" % "3.4"
Groovy Grape
@Grapes(
  @Grab(group='ai.platon', module='platon', version='3.4')
)
Apache Ivy
<dependency org="ai.platon" name="platon" rev="3.4" />
Leiningen
[ai.platon/platon "3.4"]
Apache Buildr
'ai.platon:platon:jar:3.4'
Dependencies