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

Jar examples for f:flyway-core

Description

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials