GroupId | GroupIdcom.vlkan.hrrs |
---|---|
ArtifactId | ArtifactIdhrrs-example-spring |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
hrrs-example-spring-0.1.pom | |
hrrs-example-spring-0.1.jar | 4 KB |
hrrs-example-spring-0.1-sources.jar | 2 KB |
hrrs-example-spring-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-example-spring</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/
implementation 'com.vlkan.hrrs:hrrs-example-spring:0.1'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-spring/
implementation ("com.vlkan.hrrs:hrrs-example-spring:0.1")
'com.vlkan.hrrs:hrrs-example-spring:jar:0.1'
<dependency org="com.vlkan.hrrs" name="hrrs-example-spring" rev="0.1">
<artifact name="hrrs-example-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-example-spring', version='0.1')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-example-spring" % "0.1"
[com.vlkan.hrrs/hrrs-example-spring "0.1"]