is not current version
Last Version 3.4.26

org.b3log:latke-parent 3.4.8

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

GroupId

GroupId

org.b3log
ArtifactId

ArtifactId

latke-parent
Version

Version

3.4.8
Type

Type

pom

Download latke-parent 3.4.8

Filename Size
latke-parent-3.4.8.pom 12 KB
Browse

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