Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.mmnaseri.utils |
ArtifactId | ArtifactIdspring-data-mock |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-mock-1.1.pom | |
spring-data-mock-1.1.jar | 244 KB |
spring-data-mock-1.1-sources.jar | 199 KB |
spring-data-mock-1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mmnaseri.utils/spring-data-mock/ -->
<dependency>
<groupId>com.mmnaseri.utils</groupId>
<artifactId>spring-data-mock</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mmnaseri.utils/spring-data-mock/
implementation 'com.mmnaseri.utils:spring-data-mock:1.1'
// https://jarcasting.com/artifacts/com.mmnaseri.utils/spring-data-mock/
implementation ("com.mmnaseri.utils:spring-data-mock:1.1")
'com.mmnaseri.utils:spring-data-mock:jar:1.1'
<dependency org="com.mmnaseri.utils" name="spring-data-mock" rev="1.1">
<artifact name="spring-data-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mmnaseri.utils', module='spring-data-mock', version='1.1')
)
libraryDependencies += "com.mmnaseri.utils" % "spring-data-mock" % "1.1"
[com.mmnaseri.utils/spring-data-mock "1.1"]