Categories |
CategoriesData |
---|---|
GroupId | GroupIdcn.sexycode |
ArtifactId | ArtifactIdspring-data-myjpa |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-myjpa-0.0.2.pom | |
spring-data-myjpa-0.0.2.jar | 7 KB |
spring-data-myjpa-0.0.2-sources.jar | 4 KB |
spring-data-myjpa-0.0.2-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>spring-data-myjpa</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/
implementation 'cn.sexycode:spring-data-myjpa:0.0.2'
// https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/
implementation ("cn.sexycode:spring-data-myjpa:0.0.2")
'cn.sexycode:spring-data-myjpa:jar:0.0.2'
<dependency org="cn.sexycode" name="spring-data-myjpa" rev="0.0.2">
<artifact name="spring-data-myjpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='spring-data-myjpa', version='0.0.2')
)
libraryDependencies += "cn.sexycode" % "spring-data-myjpa" % "0.0.2"
[cn.sexycode/spring-data-myjpa "0.0.2"]