is not current version
Last Version 1.3.0

com.gitee.opensource4clive:robin 1.0.0.RELEASE

Robin is a lightweight framework based on MyBatis that provides adding, deleting, modifying and querying capabilities.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.gitee.opensource4clive
ArtifactId

ArtifactId

robin
Version

Version

1.0.0.RELEASE
Type

Type

pom

Download robin 1.0.0.RELEASE

Filename Size
robin-1.0.0.RELEASE.pom 9 KB
Browse

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