mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
1.13.1 update
parent
9e555e2ad2
commit
85c63a93f6
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>
|
||||
<groupId>xyz.alexcrea</groupId>
|
||||
<artifactId>CustomAnvil</artifactId>
|
||||
<version>1.7.1</version>
|
||||
<version>1.13.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories
|
|||
### Gradle dependency (Groovy)
|
||||
```groovy
|
||||
dependencies {
|
||||
compileOnly 'xyz.alexcrea:CustomAnvil:1.9.0'
|
||||
compileOnly 'xyz.alexcrea:CustomAnvil:1.13.1'
|
||||
}
|
||||
```
|
||||
for easy copy paste:
|
||||
```groovy
|
||||
compileOnly 'xyz.alexcrea:CustomAnvil:1.9.0'
|
||||
compileOnly 'xyz.alexcrea:CustomAnvil:1.13.1'
|
||||
```
|
||||
|
||||
***
|
||||
|
|
@ -48,12 +48,12 @@ compileOnly 'xyz.alexcrea:CustomAnvil:1.9.0'
|
|||
### Gradle dependency (Kotlin)
|
||||
```kotlin
|
||||
dependencies {
|
||||
compileOnly("xyz.alexcrea:CustomAnvil:1.9.0")
|
||||
compileOnly("xyz.alexcrea:CustomAnvil:1.13.1")
|
||||
}
|
||||
```
|
||||
for easy copy paste:
|
||||
```kotlin
|
||||
compileOnly("xyz.alexcrea:CustomAnvil:1.9.0")
|
||||
compileOnly("xyz.alexcrea:CustomAnvil:1.13.1")
|
||||
```
|
||||
|
||||
## Complementary information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue