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

Jar examples for f:flyway-core

Description

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials