jrequester

Java implementation of a Request handler

License

License

GroupId

GroupId

io.github.v-ed
ArtifactId

ArtifactId

jrequester
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jrequester
Java implementation of a Request handler
Project URL

Project URL

https://github.com/V-ed/jrequester
Source Code Management

Source Code Management

https://github.com/V-ed/jrequester

Download jrequester

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.0-M1
org.mockito : mockito-junit-jupiter jar 2.19.1

Project Modules

There are no modules declared in this project.

Version Build Status Coverage Status

JRequester

Plugin that builds a request from a String or an array of arguments.

Author

  • Guillaume Marcoux (V-ed) - Owner

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Versions

Version
0.2.0
0.1.0