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