is not current version
Last Version 1.2.4

com.github.rebue.robotech:robotech 1.0.7

后台服务层的经典封装

GroupId

GroupId

com.github.rebue.robotech
ArtifactId

ArtifactId

robotech
Version

Version

1.0.7
Type

Type

pom

Download robotech 1.0.7

Filename Size
robotech-1.0.7.pom 684 bytes
Browse

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