| GroupId | GroupIdcom.github.vmyasnik |
|---|---|
| ArtifactId | ArtifactIdfastREST |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fastREST-0.0.3.pom | |
| fastREST-0.0.3.jar | 13 KB |
| fastREST-0.0.3-sources.jar | 6 KB |
| fastREST-0.0.3-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vmyasnik/fastREST/ -->
<dependency>
<groupId>com.github.vmyasnik</groupId>
<artifactId>fastREST</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vmyasnik/fastREST/
implementation 'com.github.vmyasnik:fastREST:0.0.3'
// https://jarcasting.com/artifacts/com.github.vmyasnik/fastREST/
implementation ("com.github.vmyasnik:fastREST:0.0.3")
'com.github.vmyasnik:fastREST:jar:0.0.3'
<dependency org="com.github.vmyasnik" name="fastREST" rev="0.0.3">
<artifact name="fastREST" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vmyasnik', module='fastREST', version='0.0.3')
)
libraryDependencies += "com.github.vmyasnik" % "fastREST" % "0.0.3"
[com.github.vmyasnik/fastREST "0.0.3"]