is not current version
Last Version 3.4.26

org.b3log:latke-parent 2.4.59

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

GroupId

GroupId

org.b3log
ArtifactId

ArtifactId

latke-parent
Version

Version

2.4.59
Type

Type

pom

Download latke-parent 2.4.59

Filename Size
latke-parent-2.4.59.pom 7 KB
Browse

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