is not current version
Last Version 3.4.26

org.b3log:latke-parent 3.0.4

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

GroupId

GroupId

org.b3log
ArtifactId

ArtifactId

latke-parent
Version

Version

3.0.4
Type

Type

pom

Download latke-parent 3.0.4

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

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