aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-collada/build.gradle
blob: 1fbe2712f88f72da98baa74e5be0a1510b32265a (plain)
1
2
3
4
5
6
7
8

description = 'Ardor 3D Collada Importer'
dependencies {
  compile project(':ardor3d-core')
  compile project(':ardor3d-animation')
    compile group: 'org.jdom', name: 'jdom2', version:'2.0.4'
    compile group: 'jaxen', name: 'jaxen', version:'1.1.4'
}