Class Dependency.Builder
java.lang.Object
io.micronaut.starter.build.dependencies.Dependency.Builder
- Enclosing class:
 - Dependency
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionannotationProcessor(boolean requiresPriority) api()artifactId(@NonNull String artifactId) build()buildCoordinate(boolean showVersionProperty) compile()exclude(Dependency dependency) lookupArtifactId(@NonNull String artifactId) order(int order) pom()pom(boolean pom) runtime()substitution(Substitution substitution) template()test()testAnnotationProcessor(boolean requiresPriority) versionProperty(@Nullable String versionProperty)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
scope
 - 
developmentOnly
 - 
compile
 - 
api
 - 
compileOnly
 - 
runtime
 - 
test
 - 
testCompileOnly
 - 
testRuntime
 - 
testResourcesService
 - 
nativeImageCompileOnly
 - 
annotationProcessor
 - 
annotationProcessor
 - 
testAnnotationProcessor
 - 
testAnnotationProcessor
 - 
groupId
 - 
artifactId
 - 
lookupArtifactId
 - 
version
 - 
versionProperty
 - 
exclude
 - 
substitution
 - 
order
 - 
template
 - 
pom
 - 
pom
 - 
build
 - 
buildCoordinate
 - 
buildCoordinate
 
 -