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