| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mictaege |
| ArtifactId | ArtifactIdjitter-plugin |
| Last Version | Last Version2021.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjitter-plugin
The jitter-plugin is a Gradle plugin to build and distribute different flavours of an application from a single source base.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jitter-plugin-2021.4.pom | |
| jitter-plugin-2021.4.jar | 78 KB |
| jitter-plugin-2021.4-sources.jar | 11 KB |
| jitter-plugin-2021.4-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/ -->
<dependency>
<groupId>com.github.mictaege</groupId>
<artifactId>jitter-plugin</artifactId>
<version>2021.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/
implementation 'com.github.mictaege:jitter-plugin:2021.4'
// https://jarcasting.com/artifacts/com.github.mictaege/jitter-plugin/
implementation ("com.github.mictaege:jitter-plugin:2021.4")
'com.github.mictaege:jitter-plugin:jar:2021.4'
<dependency org="com.github.mictaege" name="jitter-plugin" rev="2021.4">
<artifact name="jitter-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mictaege', module='jitter-plugin', version='2021.4')
)
libraryDependencies += "com.github.mictaege" % "jitter-plugin" % "2021.4"
[com.github.mictaege/jitter-plugin "2021.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 23.0 |
| org.codehaus.groovy : groovy-all | jar | 2.5.8 |
| com.github.mictaege : spoon-gradle-plugin | jar | 2021.4 |
| com.github.mictaege : jitter-api | jar | 2021.4 |
| org.eclipse.jdt : org.eclipse.jdt.core | jar | 3.25.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.2.11 |