j

jeaf-module-project-parent

Maven project defines properties, settings and version of libraries, plugins and modules that are used by all JEAF module projects.
https://www.anaptecs.de/jeaf
Files download
File Operation
jeaf-module-project-parent-1.8.0.pom download
Apache Maven
<dependency>
  <groupId>com.anaptecs.jeaf</groupId>
  <artifactId>jeaf-module-project-parent</artifactId>
  <version>1.8.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anaptecs.jeaf:jeaf-module-project-parent:1.8.0'
Gradle Kotlin
implementation("com.anaptecs.jeaf:jeaf-module-project-parent:1.8.0")
Scala SBT
libraryDependencies += "com.anaptecs.jeaf" % "jeaf-module-project-parent" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.anaptecs.jeaf', module='jeaf-module-project-parent', version='1.8.0')
)
Apache Ivy
<dependency org="com.anaptecs.jeaf" name="jeaf-module-project-parent" rev="1.8.0" />
Leiningen
[com.anaptecs.jeaf/jeaf-module-project-parent "1.8.0"]
Apache Buildr
'com.anaptecs.jeaf:jeaf-module-project-parent:jar:1.8.0'