/*
- This build file was auto generated by running the Gradle ‘init’ task
- by ‘cabox’ at ‘1/30/21 9:39 AM’ with Gradle 2.10
- This generated file contains a commented-out sample Java project to get you started.
- For more details take a look at the Java Quickstart chapter in the Gradle
- user guide available at Chapter 44. Java Quickstart
*/
// Apply the java plugin to add support for Jav
plugins {
id ‘application’
}
// In this section you declare where to find the dependencies of your project
repositories {
mavenCentral()
jcenter()
// google()
}
// In this section you declare the dependencies for your production and test code
dependencies {
// The production code uses the SLF4J logging API at compile time
compile ‘org.slf4j:slf4j-api:1.7.13’
// Declare the dependency for your favourite test framework you want to use in your tests.
// TestNG is also supported by the Gradle Test task. Just change the
// testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
// 'test.useTestNG()' to your build script.
testCompile 'junit:junit:3.8.2'
compile “junit:junit:4.13.1”
compile “org.slf4j:slf4j-simple:1.5.3”
compile “org.jogamp.jogl:jogl-all-main:2.3.2”
compile “org.jogamp.jocl:jocl-main:2.0.2-rc12”
compile “org.jogamp.joal:joal-main:2.3.2”
compile “org.jogamp.gluegen:gluegen-rt:2.3.2”
compile “org.jogamp.joal:joal:2.3.2”
compile “org.jogamp.gluegen:gluegen-rt-main:2.3.2”
compile “org.swinglabs:swing-layout:1.0.3”
compile “io.humble:humble-video-all:0.3.0”
compile “io.humble:humble-video-noarch:0.3.0”
compile “jep:jep:2.24”
compile “org.jogamp.jogl:jogl:2.3.2”
compile “org.jogamp.jogl:jogl-all:2.3.2”
compile “com.github.sarxos:webcam-capture:0.3.9”
compile “commons-cli:commons-cli:1.4”
compile “com.badlogicgames.gdx:gdx:1.9.10”
compile “xuggle:xuggle-xuggler:5.4”
compile “com.github.dexecutor:dexecutor-core:2.1.1”
compile “one.empty3:montemedia:0.0.7-2”
compile “org.jcodec:jcodec:0.2.3”
compile “org.jcodec:jcodec-javase:0.2.3”
compile “commons-net:commons-net:3.5”
compile “com.github.zakgof:velvet-video:0.5.0”
compile “com.github.zakgof:velvet-video-natives:0.2.6.full”
}