Created
November 26, 2019 09:59
-
-
Save fabiorecife/2a8f8e205c4fb9b9b93c9627dd48295d to your computer and use it in GitHub Desktop.
build.gradle to jasperreports 6.10.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| plugins { | |
| id 'java' | |
| } | |
| group 'br.recife.fabio' | |
| version '1.0-SNAPSHOT' | |
| sourceCompatibility = 1.8 | |
| repositories { | |
| jcenter() | |
| mavenCentral() | |
| maven { | |
| url 'http://jaspersoft.artifactoryonline.com/jaspersoft/third-party-ce-artifacts/' | |
| } | |
| } | |
| dependencies { | |
| testCompile group: 'junit', name: 'junit', version: '4.12' | |
| // https://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports | |
| compile group: 'net.sf.jasperreports', name: 'jasperreports', version: '6.10.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment