Categories |
CategoriesData |
---|---|
GroupId | GroupIdwork.iwacloud |
ArtifactId | ArtifactIdspringdata-helper |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
springdata-helper-1.0.5.pom | |
springdata-helper-1.0.5.jar | 21 KB |
springdata-helper-1.0.5-sources.jar | 13 KB |
springdata-helper-1.0.5-javadoc.jar | 476 KB |
Browse |
<!-- https://jarcasting.com/artifacts/work.iwacloud/springdata-helper/ -->
<dependency>
<groupId>work.iwacloud</groupId>
<artifactId>springdata-helper</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/work.iwacloud/springdata-helper/
implementation 'work.iwacloud:springdata-helper:1.0.5'
// https://jarcasting.com/artifacts/work.iwacloud/springdata-helper/
implementation ("work.iwacloud:springdata-helper:1.0.5")
'work.iwacloud:springdata-helper:jar:1.0.5'
<dependency org="work.iwacloud" name="springdata-helper" rev="1.0.5">
<artifact name="springdata-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.iwacloud', module='springdata-helper', version='1.0.5')
)
libraryDependencies += "work.iwacloud" % "springdata-helper" % "1.0.5"
[work.iwacloud/springdata-helper "1.0.5"]