| GroupId | GroupIdcom.github.imrafaelmerino |
|---|---|
| ArtifactId | ArtifactIdmongo-values |
| Version | Version0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mongo-values-0.5.pom | |
| mongo-values-0.5.jar | 19 KB |
| mongo-values-0.5-sources.jar | 11 KB |
| mongo-values-0.5-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.imrafaelmerino/mongo-values/ -->
<dependency>
<groupId>com.github.imrafaelmerino</groupId>
<artifactId>mongo-values</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/mongo-values/
implementation 'com.github.imrafaelmerino:mongo-values:0.5'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/mongo-values/
implementation ("com.github.imrafaelmerino:mongo-values:0.5")
'com.github.imrafaelmerino:mongo-values:jar:0.5'
<dependency org="com.github.imrafaelmerino" name="mongo-values" rev="0.5">
<artifact name="mongo-values" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='mongo-values', version='0.5')
)
libraryDependencies += "com.github.imrafaelmerino" % "mongo-values" % "0.5"
[com.github.imrafaelmerino/mongo-values "0.5"]