t

tooling

This is a pure POM project that serves as basis for projects developed at the Open Source Research Group at the Friedrich-Alexander-University of Erlangen-Nürnberg. It mainly specifies plugin dependencies for derived projects and tries to preconfigure all aspects of a project that stay the same across most projects.
http://sweble.org/doc/site/tooling
The Apache Software License, Version 2.0
University of Erlangen-Nürnberg - Open Source Research Group
Dirk Riehle Hannes Dohrn
Files download
File Operation
tooling-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>de.fau.cs.osr</groupId>
  <artifactId>tooling</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.fau.cs.osr:tooling:1.1.0'
Gradle Kotlin
implementation("de.fau.cs.osr:tooling:1.1.0")
Scala SBT
libraryDependencies += "de.fau.cs.osr" % "tooling" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.fau.cs.osr', module='tooling', version='1.1.0')
)
Apache Ivy
<dependency org="de.fau.cs.osr" name="tooling" rev="1.1.0" />
Leiningen
[de.fau.cs.osr/tooling "1.1.0"]
Apache Buildr
'de.fau.cs.osr:tooling:jar:1.1.0'
Dependencies
The project has no third-party dependencies