Metajava

A collection of utilities that make writing annotation processors and code generation easier.

License

License

GroupId

GroupId

com.workday
ArtifactId

ArtifactId

metajava
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Metajava
A collection of utilities that make writing annotation processors and code generation easier.
Project URL

Project URL

https://github.com/Workday/metajava
Source Code Management

Source Code Management

https://github.com/Workday/metajava

Download metajava

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

metajava

Metajava is a collection of utilities that make writing annotation processors and code generation easier.

You can use metajava in your project by adding the following lines to you build.gradle file, replacing $metajava_version with the latest version number.

repositories {
    mavenCentral()
}

dependencies {
    compile "com.workday:metajava:$metajava_version"
}

Status

Maven Central Build Status

com.workday

Workday

Versions

Version
1.1
1.0