| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.toddm |
| ArtifactId | ArtifactIdCommFramework |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnet.toddm:CommFramework
A highly compatible communications framework with support for things like response caching, failure retry, redirects, etc.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| CommFramework-1.0.2.pom | |
| CommFramework-1.0.2-sources.jar | 65 KB |
| CommFramework-1.0.2-javadoc.jar | 598 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.toddm/CommFramework/ -->
<dependency>
<groupId>net.toddm</groupId>
<artifactId>CommFramework</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.toddm/CommFramework/
implementation 'net.toddm:CommFramework:1.0.2'
// https://jarcasting.com/artifacts/net.toddm/CommFramework/
implementation ("net.toddm:CommFramework:1.0.2")
'net.toddm:CommFramework:jar:1.0.2'
<dependency org="net.toddm" name="CommFramework" rev="1.0.2">
<artifact name="CommFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.toddm', module='CommFramework', version='1.0.2')
)
libraryDependencies += "net.toddm" % "CommFramework" % "1.0.2"
[net.toddm/CommFramework "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.toddm : CachingFramework | jar | 1.0.0 |
| junit : junit | jar | 4.13 |