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

Jar examples for f:flyway-core

Description

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials