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