is not current version
Last Version 2021.4

com.github.mictaege:jitter-plugin 1.3

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

1.3
Type

Type

jar

Download jitter-plugin 1.3


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