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