Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.mmnaseri.utils |
ArtifactId | ArtifactIdspring-data-mock |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-mock-1.1.4.pom | |
spring-data-mock-1.1.4.jar | 250 KB |
spring-data-mock-1.1.4-sources.jar | 203 KB |
spring-data-mock-1.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.mmnaseri.utils/spring-data-mock/
implementation 'com.mmnaseri.utils:spring-data-mock:1.1.4'
// https://jarcasting.com/artifacts/com.mmnaseri.utils/spring-data-mock/
implementation ("com.mmnaseri.utils:spring-data-mock:1.1.4")
'com.mmnaseri.utils:spring-data-mock:jar:1.1.4'
<dependency org="com.mmnaseri.utils" name="spring-data-mock" rev="1.1.4">
<artifact name="spring-data-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mmnaseri.utils', module='spring-data-mock', version='1.1.4')
)
libraryDependencies += "com.mmnaseri.utils" % "spring-data-mock" % "1.1.4"
[com.mmnaseri.utils/spring-data-mock "1.1.4"]