GroupId | GroupIdcom.github.dalet-oss |
---|---|
ArtifactId | ArtifactIdmongobee |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
mongobee-1.0.2.pom | |
mongobee-1.0.2.jar | 24 KB |
mongobee-1.0.2-sources.jar | 18 KB |
mongobee-1.0.2-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/ -->
<dependency>
<groupId>com.github.dalet-oss</groupId>
<artifactId>mongobee</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/
implementation 'com.github.dalet-oss:mongobee:1.0.2'
// https://jarcasting.com/artifacts/com.github.dalet-oss/mongobee/
implementation ("com.github.dalet-oss:mongobee:1.0.2")
'com.github.dalet-oss:mongobee:jar:1.0.2'
<dependency org="com.github.dalet-oss" name="mongobee" rev="1.0.2">
<artifact name="mongobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dalet-oss', module='mongobee', version='1.0.2')
)
libraryDependencies += "com.github.dalet-oss" % "mongobee" % "1.0.2"
[com.github.dalet-oss/mongobee "1.0.2"]