Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.toddm |
ArtifactId | ArtifactIdCommFramework |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
CommFramework-1.0.0.pom | |
CommFramework-1.0.0-sources.jar | 65 KB |
CommFramework-1.0.0-javadoc.jar | 598 KB |
Browse |
<!-- 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"]