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