mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Updated Home (markdown)
parent
c868e221b3
commit
75d283d687
1 changed files with 5 additions and 5 deletions
10
Home.md
10
Home.md
|
|
@ -25,7 +25,7 @@ Make sure `mavenCentral()` is present in your Gradle repositories
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>xyz.alexcrea</groupId>
|
<groupId>xyz.alexcrea</groupId>
|
||||||
<artifactId>CustomAnvil</artifactId>
|
<artifactId>CustomAnvil</artifactId>
|
||||||
<version>1.6.3</version>
|
<version>1.6.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories
|
||||||
### Gradle dependency (Groovy)
|
### Gradle dependency (Groovy)
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'xyz.alexcrea:CustomAnvil:1.6.3'
|
implementation 'xyz.alexcrea:CustomAnvil:1.6.7'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
for easy copy paste:
|
for easy copy paste:
|
||||||
```groovy
|
```groovy
|
||||||
implementation 'xyz.alexcrea:CustomAnvil:1.6.3'
|
implementation 'xyz.alexcrea:CustomAnvil:1.6.7'
|
||||||
```
|
```
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
@ -48,12 +48,12 @@ implementation 'xyz.alexcrea:CustomAnvil:1.6.3'
|
||||||
### Gradle dependency (Kotlin)
|
### Gradle dependency (Kotlin)
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("xyz.alexcrea:CustomAnvil:1.6.3")
|
implementation("xyz.alexcrea:CustomAnvil:1.6.7")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
for easy copy paste:
|
for easy copy paste:
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("xyz.alexcrea:CustomAnvil:1.6.3")
|
implementation("xyz.alexcrea:CustomAnvil:1.6.7")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Complementary information
|
## Complementary information
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue