GroupId | GroupIdcom.github.imrafaelmerino |
---|---|
ArtifactId | ArtifactIdmongo-values |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
mongo-values-0.1.pom | |
mongo-values-0.1.jar | 19 KB |
mongo-values-0.1-sources.jar | 11 KB |
mongo-values-0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/mongo-values/
implementation 'com.github.imrafaelmerino:mongo-values:0.1'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/mongo-values/
implementation ("com.github.imrafaelmerino:mongo-values:0.1")
'com.github.imrafaelmerino:mongo-values:jar:0.1'
<dependency org="com.github.imrafaelmerino" name="mongo-values" rev="0.1">
<artifact name="mongo-values" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='mongo-values', version='0.1')
)
libraryDependencies += "com.github.imrafaelmerino" % "mongo-values" % "0.1"
[com.github.imrafaelmerino/mongo-values "0.1"]