is not current version
Last Version 3.0.0

com.github.chenjianjx:srb4j 2.0.0

The archetype to generate code simple restful backend in Java

GroupId

GroupId

com.github.chenjianjx
ArtifactId

ArtifactId

srb4j
Version

Version

2.0.0
Type

Type

jar

Download srb4j 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.chenjianjx/srb4j/ -->
<dependency>
    <groupId>com.github.chenjianjx</groupId>
    <artifactId>srb4j</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenjianjx/srb4j/
implementation 'com.github.chenjianjx:srb4j:2.0.0'
// https://jarcasting.com/artifacts/com.github.chenjianjx/srb4j/
implementation ("com.github.chenjianjx:srb4j:2.0.0")
'com.github.chenjianjx:srb4j:jar:2.0.0'
<dependency org="com.github.chenjianjx" name="srb4j" rev="2.0.0">
  <artifact name="srb4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenjianjx', module='srb4j', version='2.0.0')
)
libraryDependencies += "com.github.chenjianjx" % "srb4j" % "2.0.0"
[com.github.chenjianjx/srb4j "2.0.0"]