MOP Gradle

A Gradle plugin for MOP

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.navisarv
ArtifactId

ArtifactId

mop-gradle
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

MOP Gradle
A Gradle plugin for MOP
Project URL

Project URL

https://github.com/navisarv/mop/wiki
Source Code Management

Source Code Management

https://github.com/navisarv/mop.git

Download mop-gradle

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.navisarv : mop-javac jar 1.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0