| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface |
| GroupId | GroupIdnet.wetheinter |
| ArtifactId | ArtifactIdrequestfactory-client |
| Last Version | Last Version2.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| requestfactory-client-2.7.0.pom | |
| requestfactory-client-2.7.0.jar | 300 KB |
| requestfactory-client-2.7.0-sources.jar | 186 KB |
| requestfactory-client-2.7.0-javadoc.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.wetheinter/requestfactory-client/ -->
<dependency>
<groupId>net.wetheinter</groupId>
<artifactId>requestfactory-client</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/requestfactory-client/
implementation 'net.wetheinter:requestfactory-client:2.7.0'
// https://jarcasting.com/artifacts/net.wetheinter/requestfactory-client/
implementation ("net.wetheinter:requestfactory-client:2.7.0")
'net.wetheinter:requestfactory-client:jar:2.7.0'
<dependency org="net.wetheinter" name="requestfactory-client" rev="2.7.0">
<artifact name="requestfactory-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='requestfactory-client', version='2.7.0')
)
libraryDependencies += "net.wetheinter" % "requestfactory-client" % "2.7.0"
[net.wetheinter/requestfactory-client "2.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api | jar | 1.0.0.GA |