| License |
License |
|---|---|
| GroupId | GroupIdcom.lazycece.rapidf |
| ArtifactId | ArtifactIdrapidf-restful |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionrapidf-restful
Rapid development framework
|
| Filename | Size |
|---|---|
| rapidf-restful-1.0.0.pom | |
| rapidf-restful-1.0.0.jar | 13 KB |
| rapidf-restful-1.0.0-sources.jar | 12 KB |
| rapidf-restful-1.0.0-javadoc.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lazycece.rapidf/rapidf-restful/ -->
<dependency>
<groupId>com.lazycece.rapidf</groupId>
<artifactId>rapidf-restful</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lazycece.rapidf/rapidf-restful/
implementation 'com.lazycece.rapidf:rapidf-restful:1.0.0'
// https://jarcasting.com/artifacts/com.lazycece.rapidf/rapidf-restful/
implementation ("com.lazycece.rapidf:rapidf-restful:1.0.0")
'com.lazycece.rapidf:rapidf-restful:jar:1.0.0'
<dependency org="com.lazycece.rapidf" name="rapidf-restful" rev="1.0.0">
<artifact name="rapidf-restful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lazycece.rapidf', module='rapidf-restful', version='1.0.0')
)
libraryDependencies += "com.lazycece.rapidf" % "rapidf-restful" % "1.0.0"
[com.lazycece.rapidf/rapidf-restful "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.mockito : mockito-core | jar | 4.0.0 |