GroupId | GroupIdpink.catty |
---|---|
ArtifactId | ArtifactIdcatty-spring |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
catty-spring-0.2.0.pom | |
catty-spring-0.2.0.jar | 13 KB |
catty-spring-0.2.0-sources.jar | 10 KB |
catty-spring-0.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/pink.catty/catty-spring/
implementation 'pink.catty:catty-spring:0.2.0'
// https://jarcasting.com/artifacts/pink.catty/catty-spring/
implementation ("pink.catty:catty-spring:0.2.0")
'pink.catty:catty-spring:jar:0.2.0'
<dependency org="pink.catty" name="catty-spring" rev="0.2.0">
<artifact name="catty-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.catty', module='catty-spring', version='0.2.0')
)
libraryDependencies += "pink.catty" % "catty-spring" % "0.2.0"
[pink.catty/catty-spring "0.2.0"]