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