is not current version
Last Version 1.1.5-beta

com.github.cloveros:EasyApi 1.0.0

A RESTFUL Framework for JavaWeb

Categories

Categories

Clover Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.cloveros
ArtifactId

ArtifactId

EasyApi
Version

Version

1.0.0
Type

Type

jar

Download EasyApi 1.0.0


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