| License |
License |
|---|---|
| Categories |
CategoriesJava Languages Net |
| GroupId | GroupIdnet.ozwolf |
| ArtifactId | ArtifactIdjava-mongo-migrations |
| Version | Version4.1.1 |
| Type | Typejar |
| Description |
DescriptionJava Mongo Migrations
Mongo migrations tool that allows in-code migrations via the Jongo library.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| java-mongo-migrations-4.1.1.pom | |
| java-mongo-migrations-4.1.1.jar | 25 KB |
| java-mongo-migrations-4.1.1-sources.jar | 16 KB |
| java-mongo-migrations-4.1.1-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.ozwolf/java-mongo-migrations/ -->
<dependency>
<groupId>net.ozwolf</groupId>
<artifactId>java-mongo-migrations</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ozwolf/java-mongo-migrations/
implementation 'net.ozwolf:java-mongo-migrations:4.1.1'
// https://jarcasting.com/artifacts/net.ozwolf/java-mongo-migrations/
implementation ("net.ozwolf:java-mongo-migrations:4.1.1")
'net.ozwolf:java-mongo-migrations:jar:4.1.1'
<dependency org="net.ozwolf" name="java-mongo-migrations" rev="4.1.1">
<artifact name="java-mongo-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ozwolf', module='java-mongo-migrations', version='4.1.1')
)
libraryDependencies += "net.ozwolf" % "java-mongo-migrations" % "4.1.1"
[net.ozwolf/java-mongo-migrations "4.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| joda-time : joda-time | jar | 2.9.4 |
| org.apache.maven : maven-artifact | jar | 3.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mongodb : mongo-java-driver | jar | 3.3.0 |
| org.jongo : jongo | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.mockito : mockito-all | jar | 1.10.19 |
| com.github.fakemongo : fongo | jar | 2.0.9 |
| org.apache.commons : commons-io | jar | 1.3.2 |