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