Categories |
CategoriesMongoDB Data Databases |
---|---|
GroupId | GroupIdcom.themodernway |
ArtifactId | ArtifactIdthemodernway-server-mongodb |
Version | Version2.0.8-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/ -->
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-server-mongodb</artifactId>
<version>2.0.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/
implementation 'com.themodernway:themodernway-server-mongodb:2.0.8-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/
implementation ("com.themodernway:themodernway-server-mongodb:2.0.8-RELEASE")
'com.themodernway:themodernway-server-mongodb:jar:2.0.8-RELEASE'
<dependency org="com.themodernway" name="themodernway-server-mongodb" rev="2.0.8-RELEASE">
<artifact name="themodernway-server-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='themodernway-server-mongodb', version='2.0.8-RELEASE')
)
libraryDependencies += "com.themodernway" % "themodernway-server-mongodb" % "2.0.8-RELEASE"
[com.themodernway/themodernway-server-mongodb "2.0.8-RELEASE"]