| Категории |
КатегорииMongoDB Данные Базы данных |
|---|---|
| Группа | Группаcom.themodernway |
| Идентификатор | Идентификаторthemodernway-server-mongodb |
| Версия | Версия1.0.4-RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/ -->
<dependency>
<groupId>com.themodernway</groupId>
<artifactId>themodernway-server-mongodb</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/
implementation 'com.themodernway:themodernway-server-mongodb:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/com.themodernway/themodernway-server-mongodb/
implementation ("com.themodernway:themodernway-server-mongodb:1.0.4-RELEASE")
'com.themodernway:themodernway-server-mongodb:jar:1.0.4-RELEASE'
<dependency org="com.themodernway" name="themodernway-server-mongodb" rev="1.0.4-RELEASE">
<artifact name="themodernway-server-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.themodernway', module='themodernway-server-mongodb', version='1.0.4-RELEASE')
)
libraryDependencies += "com.themodernway" % "themodernway-server-mongodb" % "1.0.4-RELEASE"
[com.themodernway/themodernway-server-mongodb "1.0.4-RELEASE"]