Download flyway-core-2.2.jar file - Jar f

Jar examples for f:flyway-core

Description

You can download jar file flyway-core 2.2 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add flyway-core-2.2.jar to your project.

<dependency>
   <groupId>com.googlecode.flyway</groupId>
   <artifactId>flyway-core</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'com.googlecode.flyway', name: 'flyway-core', version: '2.2'
libraryDependencies += "com.googlecode.flyway" % "flyway-core" % "2.2"
<dependency org="com.googlecode.flyway" name="flyway-core" rev="2.2"/>
@Grapes(@Grab(group='com.googlecode.flyway', module='flyway-core', version='2.2'))
'com.googlecode.flyway:flyway-core:jar:2.2'

Download

Click the following link to download the jar file.

flyway-core-2.2-javadoc.jar
flyway-core-2.2-sources.jar
flyway-core-2.2.jar
flyway-core-2.2.pom



Related Tutorials