is not current version
Last Version 2021.4

com.github.mictaege:jitter-plugin 2021.1

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

2021.1
Type

Type

jar

Download jitter-plugin 2021.1


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