is not current version
Last Version 1.0.2

net.toddm:CommFramework 1.0.0

A highly compatible communications framework with support for things like response caching, failure retry, redirects, etc.

Categories

Categories

Net
GroupId

GroupId

net.toddm
ArtifactId

ArtifactId

CommFramework
Version

Version

1.0.0
Type

Type

jar

Download CommFramework 1.0.0


<!-- https://jarcasting.com/artifacts/net.toddm/CommFramework/ -->
<dependency>
    <groupId>net.toddm</groupId>
    <artifactId>CommFramework</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.toddm/CommFramework/
implementation 'net.toddm:CommFramework:1.0.0'
// https://jarcasting.com/artifacts/net.toddm/CommFramework/
implementation ("net.toddm:CommFramework:1.0.0")
'net.toddm:CommFramework:jar:1.0.0'
<dependency org="net.toddm" name="CommFramework" rev="1.0.0">
  <artifact name="CommFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.toddm', module='CommFramework', version='1.0.0')
)
libraryDependencies += "net.toddm" % "CommFramework" % "1.0.0"
[net.toddm/CommFramework "1.0.0"]