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