| GroupId | GroupIdcom.github.rxyor |
|---|---|
| ArtifactId | ArtifactIdcarp-spring-web |
| Version | Version1.0.14.12 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/ -->
<dependency>
<groupId>com.github.rxyor</groupId>
<artifactId>carp-spring-web</artifactId>
<version>1.0.14.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/
implementation 'com.github.rxyor:carp-spring-web:1.0.14.12'
// https://jarcasting.com/artifacts/com.github.rxyor/carp-spring-web/
implementation ("com.github.rxyor:carp-spring-web:1.0.14.12")
'com.github.rxyor:carp-spring-web:jar:1.0.14.12'
<dependency org="com.github.rxyor" name="carp-spring-web" rev="1.0.14.12">
<artifact name="carp-spring-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rxyor', module='carp-spring-web', version='1.0.14.12')
)
libraryDependencies += "com.github.rxyor" % "carp-spring-web" % "1.0.14.12"
[com.github.rxyor/carp-spring-web "1.0.14.12"]