| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.torodb.mongowp |
| Идентификатор | Идентификаторmongowp-parent |
| Последняя версия | Последняя версия0.50.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMongoWP Parent
mongowp is a Java layer that enables the development of server-side MongoDB wire protocol implementations.
Any application designed to act as a mongo server could rely on this layer to implement the wire protocol.
Examples of such applications may be mongo proxies, connection poolers or in-memory implementations,
to name a few.
|
| Организация-разработчик |
Организация-разработчик8Kdata Technology |
| Имя Файла | Размер |
|---|---|
| mongowp-parent-0.50.2.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/ -->
<dependency>
<groupId>com.torodb.mongowp</groupId>
<artifactId>mongowp-parent</artifactId>
<version>0.50.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation 'com.torodb.mongowp:mongowp-parent:0.50.2'
// https://jarcasting.com/artifacts/com.torodb.mongowp/mongowp-parent/
implementation ("com.torodb.mongowp:mongowp-parent:0.50.2")
'com.torodb.mongowp:mongowp-parent:pom:0.50.2'
<dependency org="com.torodb.mongowp" name="mongowp-parent" rev="0.50.2">
<artifact name="mongowp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb.mongowp', module='mongowp-parent', version='0.50.2')
)
libraryDependencies += "com.torodb.mongowp" % "mongowp-parent" % "0.50.2"
[com.torodb.mongowp/mongowp-parent "0.50.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.8.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.1 |
| org.apache.logging.log4j : log4j-core | test-jar | 2.8.1 |