is not current version
Last Version 1.1.5-beta

com.github.cloveros:EasyApi 1.1.0-beta

A RESTFUL Framework for JavaWeb

Categories

Categories

Clover Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.cloveros
ArtifactId

ArtifactId

EasyApi
Version

Version

1.1.0-beta
Type

Type

jar

Download EasyApi 1.1.0-beta


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