AutoFactory

JSR-330-compatible factories.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.google.auto.factory
ArtifactId

ArtifactId

auto-factory
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

AutoFactory
JSR-330-compatible factories.
Project URL

Project URL

https://github.com/google/auto/tree/master/factory
Project Organization

Project Organization

Google LLC
Source Code Management

Source Code Management

http://github.com/google/auto

Download auto-factory

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.google.auto : auto-common jar 1.0
com.google.auto.value : auto-value-annotations jar 1.8
com.google.auto.service : auto-service-annotations jar 1.0
com.google.guava : guava jar 30.1.1-jre
com.squareup : javapoet jar 1.13.0
javax.inject : javax.inject jar 1

provided (1)

Group / Artifact Type Version
net.ltgt.gradle.incap : incap jar 0.3

test (5)

Group / Artifact Type Version
com.google.testing.compile : compile-testing jar 0.19
junit : junit jar 4.13.2
com.google.truth : truth jar 1.1.2
com.google.code.findbugs : jsr305 jar 3.0.2
org.checkerframework : checker-compat-qual jar 2.5.5

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.factory

Google

Google ❤️ Open Source

Versions

Version
1.0.1
1.0
1.0-beta9
1.0-beta8
1.0-beta7
1.0-beta6
1.0-beta5
1.0-beta4
1.0-beta3
1.0-beta2
0.1-beta1