GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-server-mongo-testing |
Version | Version2.37.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-mongo-testing/ -->
<dependency>
<groupId>org.sdase.commons</groupId>
<artifactId>sda-commons-server-mongo-testing</artifactId>
<version>2.37.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-mongo-testing/
implementation 'org.sdase.commons:sda-commons-server-mongo-testing:2.37.6'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-mongo-testing/
implementation ("org.sdase.commons:sda-commons-server-mongo-testing:2.37.6")
'org.sdase.commons:sda-commons-server-mongo-testing:jar:2.37.6'
<dependency org="org.sdase.commons" name="sda-commons-server-mongo-testing" rev="2.37.6">
<artifact name="sda-commons-server-mongo-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-server-mongo-testing', version='2.37.6')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-server-mongo-testing" % "2.37.6"
[org.sdase.commons/sda-commons-server-mongo-testing "2.37.6"]