License |
License |
---|---|
GroupId | GroupIdpink.catty |
ArtifactId | ArtifactIdcatty-spring |
Version | Version0.2.6 |
Type | Typejar |
Description |
DescriptionRPC framework
|
Filename | Size |
---|---|
catty-spring-0.2.6.pom | |
catty-spring-0.2.6.jar | 13 KB |
catty-spring-0.2.6-sources.jar | 10 KB |
catty-spring-0.2.6-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pink.catty/catty-spring/ -->
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-spring</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-spring/
implementation 'pink.catty:catty-spring:0.2.6'
// https://jarcasting.com/artifacts/pink.catty/catty-spring/
implementation ("pink.catty:catty-spring:0.2.6")
'pink.catty:catty-spring:jar:0.2.6'
<dependency org="pink.catty" name="catty-spring" rev="0.2.6">
<artifact name="catty-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-spring', version='0.2.6')
)
libraryDependencies += "pink.catty" % "catty-spring" % "0.2.6"
[pink.catty/catty-spring "0.2.6"]
Group / Artifact | Type | Version |
---|---|---|
pink.catty : catty-core | jar | 0.2.6 |
pink.catty : catty-invokers | jar | 0.2.6 |
pink.catty : catty-config | jar | 0.2.6 |
pink.catty : catty-extension | jar | 0.2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 5.0.8.RELEASE |