| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdmd.your.gradle |
| ArtifactId | ArtifactIdcommon-settings |
| Last Version | Last Version0.2.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon gradle settings
YourMD common gradle settings
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-settings-0.2.8.pom | |
| common-settings-0.2.8.jar | 8 KB |
| common-settings-0.2.8-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/md.your.gradle/common-settings/ -->
<dependency>
<groupId>md.your.gradle</groupId>
<artifactId>common-settings</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/md.your.gradle/common-settings/
implementation 'md.your.gradle:common-settings:0.2.8'
// https://jarcasting.com/artifacts/md.your.gradle/common-settings/
implementation ("md.your.gradle:common-settings:0.2.8")
'md.your.gradle:common-settings:jar:0.2.8'
<dependency org="md.your.gradle" name="common-settings" rev="0.2.8">
<artifact name="common-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='md.your.gradle', module='common-settings', version='0.2.8')
)
libraryDependencies += "md.your.gradle" % "common-settings" % "0.2.8"
[md.your.gradle/common-settings "0.2.8"]