| Package | Description |
|---|---|
| org.gradle.api.internal.artifacts.repositories.layout |
| Modifier and Type | Class and Description |
|---|---|
class |
GradleRepositoryLayout
A Repository Layout that applies the following patterns:
Artifacts: $baseUri/
Ivy: $baseUri/
Note the pattern is the same for both artifacts and ivy files.
|
class |
MavenRepositoryLayout
A Repository Layout that applies the following patterns:
Artifacts: $baseUri/
Ivy: $baseUri/
Following the maven convention, the 'organisation' value is further processed by replacing '.' with '/'.
|
class |
PatternRepositoryLayout
A Repository Layout that uses user-supplied patterns.
|
Copyright © 2013. All rights reserved