License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Net |
GroupId | GroupIdnet.bookrain |
ArtifactId | ArtifactIdexample-redis |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
example-redis-0.0.1.pom | |
example-redis-0.0.1.jar | 3 KB |
example-redis-0.0.1-sources.jar | 3 KB |
example-redis-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bookrain/example-redis/ -->
<dependency>
<groupId>net.bookrain</groupId>
<artifactId>example-redis</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bookrain/example-redis/
implementation 'net.bookrain:example-redis:0.0.1'
// https://jarcasting.com/artifacts/net.bookrain/example-redis/
implementation ("net.bookrain:example-redis:0.0.1")
'net.bookrain:example-redis:jar:0.0.1'
<dependency org="net.bookrain" name="example-redis" rev="0.0.1">
<artifact name="example-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bookrain', module='example-redis', version='0.0.1')
)
libraryDependencies += "net.bookrain" % "example-redis" % "0.0.1"
[net.bookrain/example-redis "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.bookrain : core | jar | 0.0.1 |
net.bookrain : redis | jar | 0.0.1 |
org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |