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