is not current version
Last Version 3.4.26

org.b3log:latke-parent 2.5.6

一款以 JSON 为主的 Java Web 框架。

GroupId

GroupId

org.b3log
ArtifactId

ArtifactId

latke-parent
Version

Version

2.5.6
Type

Type

pom

Download latke-parent 2.5.6

Filename Size
latke-parent-2.5.6.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.b3log/latke-parent/ -->
<dependency>
    <groupId>org.b3log</groupId>
    <artifactId>latke-parent</artifactId>
    <version>2.5.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.b3log/latke-parent/
implementation 'org.b3log:latke-parent:2.5.6'
// https://jarcasting.com/artifacts/org.b3log/latke-parent/
implementation ("org.b3log:latke-parent:2.5.6")
'org.b3log:latke-parent:pom:2.5.6'
<dependency org="org.b3log" name="latke-parent" rev="2.5.6">
  <artifact name="latke-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.b3log', module='latke-parent', version='2.5.6')
)
libraryDependencies += "org.b3log" % "latke-parent" % "2.5.6"
[org.b3log/latke-parent "2.5.6"]