| Categories |
CategoriesRedis Data Databases CLI User Interface |
|---|---|
| GroupId | GroupIdcom.github.spullara.redis |
| ArtifactId | ArtifactIdclientgen |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| clientgen-0.1.pom | |
| clientgen-0.1.jar | 10 KB |
| clientgen-0.1-sources.jar | 4 KB |
| clientgen-0.1-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.spullara.redis/clientgen/ -->
<dependency>
<groupId>com.github.spullara.redis</groupId>
<artifactId>clientgen</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spullara.redis/clientgen/
implementation 'com.github.spullara.redis:clientgen:0.1'
// https://jarcasting.com/artifacts/com.github.spullara.redis/clientgen/
implementation ("com.github.spullara.redis:clientgen:0.1")
'com.github.spullara.redis:clientgen:jar:0.1'
<dependency org="com.github.spullara.redis" name="clientgen" rev="0.1">
<artifact name="clientgen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spullara.redis', module='clientgen', version='0.1')
)
libraryDependencies += "com.github.spullara.redis" % "clientgen" % "0.1"
[com.github.spullara.redis/clientgen "0.1"]