is not current version
Last Version 2021.4

com.github.mictaege:jitter-plugin 2018.4

The jitter-plugin is a Gradle plugin to build and distribute different flavours of an application from a single source base.

GroupId

GroupId

com.github.mictaege
ArtifactId

ArtifactId

jitter-plugin
Version

Version

2018.4
Type

Type

jar

Download jitter-plugin 2018.4


<!-- https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/ -->
<dependency>
    <groupId>com.github.mictaege</groupId>
    <artifactId>jitter-plugin</artifactId>
    <version>2018.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/
implementation 'com.github.mictaege:jitter-plugin:2018.4'
// https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/
implementation ("com.github.mictaege:jitter-plugin:2018.4")
'com.github.mictaege:jitter-plugin:jar:2018.4'
<dependency org="com.github.mictaege" name="jitter-plugin" rev="2018.4">
  <artifact name="jitter-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='jitter-plugin', version='2018.4')
)
libraryDependencies += "com.github.mictaege" % "jitter-plugin" % "2018.4"
[com.github.mictaege/jitter-plugin "2018.4"]