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