Jar examples for p:prime
In brewing, you prime nearly finished beer with a little extra sugar (or similar fermentable product) just before bottling to help the beer carbonate. In Java, Prime adds a little structure or manipulates data in your database just before starting up your application. Prime leverages Flyway to deliver "sugar" to your database - we just do a little bit to package it up to run when your war is loaded.
You can download jar file prime 0.5.0 in this page.
Apache License, Version 2.0
You can use the following script to add prime-0.5.0.jar to your project.
<dependency> <groupId>com.real-comp</groupId> <artifactId>prime</artifactId> <version>0.5.0</version> </dependency>
compile group: 'com.real-comp', name: 'prime', version: '0.5.0'
libraryDependencies += "com.real-comp" % "prime" % "0.5.0"
<dependency org="com.real-comp" name="prime" rev="0.5.0"/>
@Grapes(@Grab(group='com.real-comp', module='prime', version='0.5.0'))
'com.real-comp:prime:jar:0.5.0'
Click the following link to download the jar file.
prime-0.5.0-jar-with-dependencies.jar