GroupId | GroupIdorg.wowtools |
---|---|
ArtifactId | ArtifactIdcatframe-rmi |
Version | Versioncell |
Type | Typejar |
Filename | Size |
---|---|
catframe-rmi-cell.pom | |
catframe-rmi-cell.jar | 9 KB |
catframe-rmi-cell-sources.jar | 4 KB |
catframe-rmi-cell-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wowtools/catframe-rmi/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>catframe-rmi</artifactId>
<version>cell</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/catframe-rmi/
implementation 'org.wowtools:catframe-rmi:cell'
// https://jarcasting.com/artifacts/org.wowtools/catframe-rmi/
implementation ("org.wowtools:catframe-rmi:cell")
'org.wowtools:catframe-rmi:jar:cell'
<dependency org="org.wowtools" name="catframe-rmi" rev="cell">
<artifact name="catframe-rmi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='catframe-rmi', version='cell')
)
libraryDependencies += "org.wowtools" % "catframe-rmi" % "cell"
[org.wowtools/catframe-rmi "cell"]