Auto (Parent)

A collection of code generators for Java.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto
ArtifactId

ArtifactId

auto-parent
Last Version

Last Version

7
Release Date

Release Date

Type

Type

pom
Description

Description

Auto (Parent)
A collection of code generators for Java.
Project URL

Project URL

https://github.com/google/auto
Project Organization

Project Organization

Google, Inc.
Source Code Management

Source Code Management

http://github.com/google/auto

Download auto-parent

Filename Size
auto-parent-7.pom 6 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Auto

Build Status

A collection of source code generators for Java.

Auto‽

Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!

The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.

Save time. Save code. Save sanity.

Subprojects

License

Copyright 2013 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
com.google.auto

Google

Google ❤️ Open Source

Versions

Version
7
6
5
4
3
2
1.0-rc1