e

excite-app

Entry Point to the EXCITE Application
Files download
File Operation
excite-app-1.0.0.jar download
excite-app-1.0.0.pom download
excite-app-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.parisesoftware</groupId>
  <artifactId>excite-app</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.parisesoftware:excite-app:1.0.0'
Gradle Kotlin
implementation("com.parisesoftware:excite-app:1.0.0")
Scala SBT
libraryDependencies += "com.parisesoftware" % "excite-app" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.parisesoftware', module='excite-app', version='1.0.0')
)
Apache Ivy
<dependency org="com.parisesoftware" name="excite-app" rev="1.0.0" />
Leiningen
[com.parisesoftware/excite-app "1.0.0"]
Apache Buildr
'com.parisesoftware:excite-app:jar:1.0.0'