| 组织ID: |
com.android.tools.external.lombok |
| 项目ID: |
lombok-ast |
| 版本: |
0.2.3 |
| 最后修改时间: |
2018-07-23 21:08:28 |
| 包类型: |
jar |
| 标题: |
Lombok - AST fork |
| 描述: |
This is a very small fork of lombok.ast as some Android tools needed a few modifications. The normal repository for lombok.ast is here https://github.com/rzwitserloot/lombok.ast and our changes for 0.2.3 are in this pull request: https://github.com/rzwitserloot/lombok.ast/pull/8 |
| 相关URL: |
http://projectlombok.org/ |
| 大小: |
703.74KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.android.tools.external.lombok</groupId>
<artifactId>lombok-ast</artifactId>
<version>0.2.3</version>
</dependency>
|
| Gradle引入代码: |
com.android.tools.external.lombok:lombok-ast:0.2.3
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.tools.external.lombok</groupId>
<artifactId>lombok-ast</artifactId>
<version>0.2.3</version>
<packaging>jar</packaging>
<name>Lombok - AST fork</name>
<url>http://projectlombok.org/</url>
<description>This is a very small fork of lombok.ast as some Android tools needed a few modifications. The normal repository for lombok.ast is here https://github.com/rzwitserloot/lombok.ast and our changes for 0.2.3 are in this pull request: https://github.com/rzwitserloot/lombok.ast/pull/8</description>
<licenses>
<license>
<name>The MIT License</name>
<url>http://projectlombok.org/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>git://android.googlesource.com/platform/prebuilts/tools.git</connection>
<url>https://android.googlesource.com/platform/prebuilts/tools</url>
</scm>
<issueManagement>
<system>Google Code</system>
<url>http://code.google.com/p/projectlombok/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<developers>
<developer>
<id>rzwitserloot</id>
<name>Reinier Zwitserloot</name>
<email>reinier@projectlombok.org</email>
<url>http://zwitserloot.com</url>
<timezone>+1</timezone>
</developer>
<developer>
<id>rspilker</id>
<name>Roel Spilker</name>
<email>roel@projectlombok.org</email>
<timezone>+1</timezone>
</developer>
<developer>
<id>rgrootjans</id>
<name>Robbert Jan Grootjans</name>
<timezone>+1</timezone>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
AUTHORS
LICENSE
META-INF/LICENSE
META-INF/NOTICE
META-INF/maven/com.google.guava/guava/pom.properties
META-INF/maven/com.google.guava/guava/pom.xml
lombok.ast.AbstractNode$WithParens.class
lombok.ast.AbstractNode.class
lombok.ast.AlternateConstructorInvocation.class
lombok.ast.AlternateConstructorInvocationTemplate.class
lombok.ast.Annotation.class
lombok.ast.AnnotationDeclaration.class
lombok.ast.AnnotationDeclarationTemplate.class
lombok.ast.AnnotationElement.class
lombok.ast.AnnotationElementTemplate.class
lombok.ast.AnnotationMethodDeclaration.class
lombok.ast.AnnotationMethodDeclarationTemplate.class
lombok.ast.AnnotationTemplate.class
lombok.ast.AnnotationValue.class
lombok.ast.AnnotationValueArray.class
lombok.ast.AnnotationValueArrayTemplate.class
lombok.ast.ArrayAccess.class
lombok.ast.ArrayAccessTemplate.class
lombok.ast.ArrayCreation.class
lombok.ast.ArrayCreationTemplate.class
lombok.ast.ArrayDimension.class
lombok.ast.ArrayDimensionTemplate.class
lombok.ast.ArrayInitializer.class
lombok.ast.ArrayInitializerTemplate.class
lombok.ast.Assert.class
lombok.ast.AssertTemplate.class
lombok.ast.Ast.class
lombok.ast.AstException.class
lombok.ast.AstVisitor.class
lombok.ast.BinaryExpression.class
lombok.ast.BinaryExpressionTemplate.class
lombok.ast.BinaryOperator.class
lombok.ast.Block.class
lombok.ast.BlockTemplate.class
lombok.ast.BooleanLiteral.class
lombok.ast.BooleanLiteralTemplate.class
lombok.ast.Break.class
lombok.ast.BreakTemplate.class
lombok.ast.Case.class
lombok.ast.CaseTemplate.class
lombok.ast.Cast.class
lombok.ast.CastTemplate.class
lombok.ast.Catch.class
lombok.ast.CatchTemplate.class
lombok.ast.CharLiteral.class
lombok.ast.CharLiteralTemplate.class
lombok.ast.ClassDeclaration.class
lombok.ast.ClassDeclarationTemplate.class
lombok.ast.ClassLiteral.class
lombok.ast.ClassLiteralTemplate.class
lombok.ast.Comment.class
lombok.ast.CommentTemplate.class
lombok.ast.CompilationUnit.class
lombok.ast.CompilationUnitTemplate.class
lombok.ast.ConstructorDeclaration.class
lombok.ast.ConstructorDeclarationTemplate.class
lombok.ast.ConstructorInvocation.class
lombok.ast.ConstructorInvocationTemplate.class
lombok.ast.Continue.class
lombok.ast.ContinueTemplate.class
lombok.ast.ConversionPositionInfo.class
lombok.ast.DanglingNodes.class
lombok.ast.Default.class
lombok.ast.DefaultTemplate.class
lombok.ast.DescribedNode.class
lombok.ast.DoWhile.class
lombok.ast.DoWhileTemplate.class
lombok.ast.EmptyDeclaration.class
lombok.ast.EmptyDeclarationTemplate.class
lombok.ast.EmptyStatement.class
lombok.ast.EmptyStatementTemplate.class
lombok.ast.EnumConstant.class
lombok.ast.EnumConstantTemplate.class
lombok.ast.EnumDeclaration.class
lombok.ast.EnumDeclarationTemplate.class
lombok.ast.EnumTypeBody.class
lombok.ast.EnumTypeBodyTemplate.class
lombok.ast.Expression.class
lombok.ast.ExpressionMixin$1.class
lombok.ast.ExpressionMixin.class
lombok.ast.ExpressionStatement.class
lombok.ast.ExpressionStatementTemplate.class
lombok.ast.FloatingPointLiteral$1.class
lombok.ast.FloatingPointLiteral.class
lombok.ast.For.class
lombok.ast.ForEach.class
lombok.ast.ForEachTemplate.class
lombok.ast.ForTemplate.class
lombok.ast.ForwardingAstVisitor.class
lombok.ast.Identifier.class
lombok.ast.IdentifierTemplate.class
lombok.ast.If.class
lombok.ast.IfTemplate.class
lombok.ast.ImportDeclaration.class
lombok.ast.ImportDeclarationTemplate.class
lombok.ast.InlineIfExpression.class
lombok.ast.InlineIfExpressionTemplate.class
lombok.ast.InstanceInitializer.class
lombok.ast.InstanceInitializerTemplate.class
lombok.ast.InstanceOf.class
lombok.ast.InstanceOfTemplate.class
lombok.ast.IntegralLiteral$1.class
lombok.ast.IntegralLiteral.class
lombok.ast.InterfaceDeclaration.class
lombok.ast.InterfaceDeclarationTemplate.class
lombok.ast.JavadocContainer.class
lombok.ast.KeywordModifier.class
lombok.ast.KeywordModifierTemplate.class
lombok.ast.LabelledStatement.class
lombok.ast.LabelledStatementTemplate.class
lombok.ast.ListAccessor$1.class
lombok.ast.ListAccessor$2.class
lombok.ast.ListAccessor$3$1.class
lombok.ast.ListAccessor$3.class
lombok.ast.ListAccessor$4$1.class
lombok.ast.ListAccessor$4.class
lombok.ast.ListAccessor$5$1.class
lombok.ast.ListAccessor$5$2.class
lombok.ast.ListAccessor$5.class
lombok.ast.ListAccessor.class
lombok.ast.Literal.class
lombok.ast.LiteralType.class
lombok.ast.Message$MessageType.class
lombok.ast.Message.class
lombok.ast.MessageKey.class
lombok.ast.MethodDeclaration.class
lombok.ast.MethodDeclarationTemplate.class
lombok.ast.MethodInvocation.class
lombok.ast.MethodInvocationTemplate.class
lombok.ast.Modifiers.class
lombok.ast.ModifiersTemplate.class
lombok.ast.Node.class
lombok.ast.NormalTypeBody.class
lombok.ast.NormalTypeBodyTemplate.class
lombok.ast.NullLiteral.class
lombok.ast.PackageDeclaration.class
lombok.ast.PackageDeclarationTemplate.class
lombok.ast.Position.class
lombok.ast.PositionFactory.class
lombok.ast.RawListAccessor.class
lombok.ast.ResolutionException.class
lombok.ast.Return.class
lombok.ast.ReturnTemplate.class
lombok.ast.Select.class
lombok.ast.SelectTemplate.class
lombok.ast.Statement.class
lombok.ast.StaticInitializer.class
lombok.ast.StaticInitializerTemplate.class
lombok.ast.StrictListAccessor.class
lombok.ast.StringLiteral.class
lombok.ast.StringLiteralTemplate.class
lombok.ast.Super.class
lombok.ast.SuperConstructorInvocation.class
lombok.ast.SuperConstructorInvocationTemplate.class
lombok.ast.SuperTemplate.class
lombok.ast.Switch.class
lombok.ast.SwitchTemplate.class
lombok.ast.Synchronized.class
lombok.ast.SynchronizedTemplate.class
lombok.ast.Template$1.class
lombok.ast.Template$ReplacementOrder.class
lombok.ast.Template.class
lombok.ast.This.class
lombok.ast.ThisTemplate.class
lombok.ast.Throw.class
lombok.ast.ThrowTemplate.class
lombok.ast.Try.class
lombok.ast.TryTemplate.class
lombok.ast.TypeBody.class
lombok.ast.TypeDeclaration.class
lombok.ast.TypeMember.class
lombok.ast.TypeMemberMixin.class
lombok.ast.TypeReference.class
lombok.ast.TypeReferencePart.class
lombok.ast.TypeReferencePartTemplate$1.class
lombok.ast.TypeReferencePartTemplate.class
lombok.ast.TypeReferenceTemplate.class
lombok.ast.TypeVariable.class
lombok.ast.TypeVariableTemplate.class
lombok.ast.UnaryExpression.class
lombok.ast.UnaryExpressionTemplate.class
lombok.ast.UnaryOperator.class
lombok.ast.VariableDeclaration.class
lombok.ast.VariableDeclarationTemplate.class
lombok.ast.VariableDefinition.class
lombok.ast.VariableDefinitionEntry.class
lombok.ast.VariableDefinitionEntryTemplate.class
lombok.ast.VariableDefinitionTemplate.class
lombok.ast.VariableReference.class
lombok.ast.VariableReferenceTemplate.class
lombok.ast.Version.class
lombok.ast.While.class
lombok.ast.WhileTemplate.class
lombok.ast.WildcardKind.class
lombok.ast.app.EcjBugsNormalization$1$1.class
lombok.ast.app.EcjBugsNormalization$1.class
lombok.ast.app.EcjBugsNormalization$2$1.class
lombok.ast.app.EcjBugsNormalization$2.class
lombok.ast.app.EcjBugsNormalization.class
lombok.ast.app.Main$1.class
lombok.ast.app.Main$10.class
lombok.ast.app.Main$11.class
lombok.ast.app.Main$12.class
lombok.ast.app.Main$2.class
lombok.ast.app.Main$3.class
lombok.ast.app.Main$4.class
lombok.ast.app.Main$5.class
lombok.ast.app.Main$6.class
lombok.ast.app.Main$7.class
lombok.ast.app.Main$8.class
lombok.ast.app.Main$9.class
lombok.ast.app.Main$ChainElement.class
lombok.ast.app.Main$CmdArgs.class
lombok.ast.app.Main$ContentBasedJavaFileObject.class
lombok.ast.app.Main$ConversionProblem.class
lombok.ast.app.Main$Operation.class
lombok.ast.app.Main$Plan.class
lombok.ast.app.Main.class
lombok.ast.ecj.EcjTreeBuilder$1.class
lombok.ast.ecj.EcjTreeBuilder$2.class
lombok.ast.ecj.EcjTreeBuilder$3.class
lombok.ast.ecj.EcjTreeBuilder$4.class
lombok.ast.ecj.EcjTreeBuilder$5.class
lombok.ast.ecj.EcjTreeBuilder$BubblingFlags.class
lombok.ast.ecj.EcjTreeBuilder$JustJavadocParser.class
lombok.ast.ecj.EcjTreeBuilder$VariableKind$1.class
lombok.ast.ecj.EcjTreeBuilder$VariableKind$2.class
lombok.ast.ecj.EcjTreeBuilder$VariableKind$3.class
lombok.ast.ecj.EcjTreeBuilder$VariableKind$4.class
lombok.ast.ecj.EcjTreeBuilder$VariableKind.class
lombok.ast.ecj.EcjTreeBuilder.class
lombok.ast.ecj.EcjTreeConverter$1.class
lombok.ast.ecj.EcjTreeConverter$2.class
lombok.ast.ecj.EcjTreeConverter$FlagKey.class
lombok.ast.ecj.EcjTreeConverter.class
lombok.ast.ecj.EcjTreeOperations.class
lombok.ast.ecj.EcjTreePrinter$1.class
lombok.ast.ecj.EcjTreePrinter$ComponentField.class
lombok.ast.ecj.EcjTreePrinter$Printer.class
lombok.ast.ecj.EcjTreePrinter$ReferenceTrackingSkip.class
lombok.ast.ecj.EcjTreePrinter.class
lombok.ast.ecj.EcjTreeVisitor.class
lombok.ast.ecj.GenerateEcjTreeVisitorCode.class
lombok.ast.grammar.BasicsActions.class
lombok.ast.grammar.BasicsParser$JavaIdentifierPartMatcher.class
lombok.ast.grammar.BasicsParser$JavaIdentifierStartMatcher.class
lombok.ast.grammar.BasicsParser.class
lombok.ast.grammar.ExpressionsActions.class
lombok.ast.grammar.ExpressionsParser$1.class
lombok.ast.grammar.ExpressionsParser$2.class
lombok.ast.grammar.ExpressionsParser.class
lombok.ast.grammar.LiteralsActions.class
lombok.ast.grammar.LiteralsParser.class
lombok.ast.grammar.ParseProblem.class
lombok.ast.grammar.ParserGroup.class
lombok.ast.grammar.ProfilerParseRunner$Handler.class
lombok.ast.grammar.ProfilerParseRunner$ReportEntry.class
lombok.ast.grammar.ProfilerParseRunner.class
lombok.ast.grammar.Source$1.class
lombok.ast.grammar.Source$2.class
lombok.ast.grammar.Source$3.class
lombok.ast.grammar.Source.class
lombok.ast.grammar.SourceActions.class
lombok.ast.grammar.SourceStructure.class
lombok.ast.grammar.StatementsActions.class
lombok.ast.grammar.StatementsParser.class
lombok.ast.grammar.StructuresActions.class
lombok.ast.grammar.StructuresParser.class
lombok.ast.grammar.TemporaryNode$ExtendsClause.class
lombok.ast.grammar.TemporaryNode$ImplementsClause.class
lombok.ast.grammar.TemporaryNode$MethodArguments.class
lombok.ast.grammar.TemporaryNode$MethodParameters.class
lombok.ast.grammar.TemporaryNode$OrphanedTypeVariables.class
lombok.ast.grammar.TemporaryNode$StatementExpressionList.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
guava-17.0.jar
/com.google.guava/guava/17.0
查看guava所有版本文件
|