License |
License
Commercial License
|
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdcom.8kdata.mongowp.client |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.50.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMongo Client: Core
MongoWP Client core project, used by other client projects to share
common platform independent implementations
|
Project Organization |
Project Organization8Kdata Technology |
Filename | Size |
---|---|
core-0.50.0.pom | |
core-0.50.0.jar | 4 KB |
core-0.50.0-sources.jar | 2 KB |
core-0.50.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.8kdata.mongowp.client/core/ -->
<dependency>
<groupId>com.8kdata.mongowp.client</groupId>
<artifactId>core</artifactId>
<version>0.50.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.8kdata.mongowp.client/core/
implementation 'com.8kdata.mongowp.client:core:0.50.0'
// https://jarcasting.com/artifacts/com.8kdata.mongowp.client/core/
implementation ("com.8kdata.mongowp.client:core:0.50.0")
'com.8kdata.mongowp.client:core:jar:0.50.0'
<dependency org="com.8kdata.mongowp.client" name="core" rev="0.50.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.8kdata.mongowp.client', module='core', version='0.50.0')
)
libraryDependencies += "com.8kdata.mongowp.client" % "core" % "0.50.0"
[com.8kdata.mongowp.client/core "0.50.0"]
Group / Artifact | Type | Version |
---|---|---|
com.8kdata.mongowp.server : mongo-server-api | jar | 0.50.0 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |