| GroupId | GroupIdai.platon |
|---|---|
| ArtifactId | ArtifactIdplaton |
| Version | Version3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| platon-3.pom | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ai.platon/platon/ -->
<dependency>
<groupId>ai.platon</groupId>
<artifactId>platon</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ai.platon/platon/
implementation 'ai.platon:platon:3'
// https://jarcasting.com/artifacts/ai.platon/platon/
implementation ("ai.platon:platon:3")
'ai.platon:platon:pom:3'
<dependency org="ai.platon" name="platon" rev="3">
<artifact name="platon" type="pom" />
</dependency>
@Grapes(
@Grab(group='ai.platon', module='platon', version='3')
)
libraryDependencies += "ai.platon" % "platon" % "3"
[ai.platon/platon "3"]