Files download
File Operation
teamscale-maven-plugin-33.2.0.jar download
teamscale-maven-plugin-33.2.0.pom download
teamscale-maven-plugin-33.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.teamscale</groupId>
  <artifactId>teamscale-maven-plugin</artifactId>
  <version>33.2.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.teamscale:teamscale-maven-plugin:33.2.0'
Gradle Kotlin
implementation("com.teamscale:teamscale-maven-plugin:33.2.0")
Scala SBT
libraryDependencies += "com.teamscale" % "teamscale-maven-plugin" % "33.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.teamscale', module='teamscale-maven-plugin', version='33.2.0')
)
Apache Ivy
<dependency org="com.teamscale" name="teamscale-maven-plugin" rev="33.2.0" />
Leiningen
[com.teamscale/teamscale-maven-plugin "33.2.0"]
Apache Buildr
'com.teamscale:teamscale-maven-plugin:jar:33.2.0'