GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-server-mongo-testing |
Version | Version2.17.0 |
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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-mongo-testing/
implementation 'org.sdase.commons:sda-commons-server-mongo-testing:2.17.0'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-server-mongo-testing/
implementation ("org.sdase.commons:sda-commons-server-mongo-testing:2.17.0")
'org.sdase.commons:sda-commons-server-mongo-testing:jar:2.17.0'
<dependency org="org.sdase.commons" name="sda-commons-server-mongo-testing" rev="2.17.0">
<artifact name="sda-commons-server-mongo-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-server-mongo-testing', version='2.17.0')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-server-mongo-testing" % "2.17.0"
[org.sdase.commons/sda-commons-server-mongo-testing "2.17.0"]