GroupId | GroupIdcom.github.rinoto.mongo |
---|---|
ArtifactId | ArtifactIdmigramongo-core |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
migramongo-core-0.9.pom | |
migramongo-core-0.9.jar | 26 KB |
migramongo-core-0.9-tests.jar | 20 KB |
migramongo-core-0.9-sources.jar | 16 KB |
migramongo-core-0.9-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinoto.mongo/migramongo-core/ -->
<dependency>
<groupId>com.github.rinoto.mongo</groupId>
<artifactId>migramongo-core</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinoto.mongo/migramongo-core/
implementation 'com.github.rinoto.mongo:migramongo-core:0.9'
// https://jarcasting.com/artifacts/com.github.rinoto.mongo/migramongo-core/
implementation ("com.github.rinoto.mongo:migramongo-core:0.9")
'com.github.rinoto.mongo:migramongo-core:jar:0.9'
<dependency org="com.github.rinoto.mongo" name="migramongo-core" rev="0.9">
<artifact name="migramongo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinoto.mongo', module='migramongo-core', version='0.9')
)
libraryDependencies += "com.github.rinoto.mongo" % "migramongo-core" % "0.9"
[com.github.rinoto.mongo/migramongo-core "0.9"]