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