Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.codeaches |
ArtifactId | ArtifactIdcfgclientpetstore |
Version | Version6.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cfgclientpetstore-6.0.0.pom | |
cfgclientpetstore-6.0.0.jar | 21 MB |
cfgclientpetstore-6.0.0-sources.jar | 4 KB |
cfgclientpetstore-6.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/ -->
<dependency>
<groupId>com.codeaches</groupId>
<artifactId>cfgclientpetstore</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/
implementation 'com.codeaches:cfgclientpetstore:6.0.0'
// https://jarcasting.com/artifacts/com.codeaches/cfgclientpetstore/
implementation ("com.codeaches:cfgclientpetstore:6.0.0")
'com.codeaches:cfgclientpetstore:jar:6.0.0'
<dependency org="com.codeaches" name="cfgclientpetstore" rev="6.0.0">
<artifact name="cfgclientpetstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeaches', module='cfgclientpetstore', version='6.0.0')
)
libraryDependencies += "com.codeaches" % "cfgclientpetstore" % "6.0.0"
[com.codeaches/cfgclientpetstore "6.0.0"]