GroupId | GroupIdorg.wowtools |
---|---|
ArtifactId | ArtifactIdcatframe-common |
Version | Version1.2STABLE |
Type | Typejar |
Filename | Size |
---|---|
catframe-common-1.2STABLE.pom | |
catframe-common-1.2STABLE.jar | 21 KB |
catframe-common-1.2STABLE-sources.jar | 15 KB |
catframe-common-1.2STABLE-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wowtools/catframe-common/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>catframe-common</artifactId>
<version>1.2STABLE</version>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/catframe-common/
implementation 'org.wowtools:catframe-common:1.2STABLE'
// https://jarcasting.com/artifacts/org.wowtools/catframe-common/
implementation ("org.wowtools:catframe-common:1.2STABLE")
'org.wowtools:catframe-common:jar:1.2STABLE'
<dependency org="org.wowtools" name="catframe-common" rev="1.2STABLE">
<artifact name="catframe-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='catframe-common', version='1.2STABLE')
)
libraryDependencies += "org.wowtools" % "catframe-common" % "1.2STABLE"
[org.wowtools/catframe-common "1.2STABLE"]