GroupId | GroupIdcom.github.gitqiao |
---|---|
ArtifactId | ArtifactIdavocado-boot-starter-core |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gitqiao/avocado-boot-starter-core/ -->
<dependency>
<groupId>com.github.gitqiao</groupId>
<artifactId>avocado-boot-starter-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gitqiao/avocado-boot-starter-core/
implementation 'com.github.gitqiao:avocado-boot-starter-core:0.1.1'
// https://jarcasting.com/artifacts/com.github.gitqiao/avocado-boot-starter-core/
implementation ("com.github.gitqiao:avocado-boot-starter-core:0.1.1")
'com.github.gitqiao:avocado-boot-starter-core:jar:0.1.1'
<dependency org="com.github.gitqiao" name="avocado-boot-starter-core" rev="0.1.1">
<artifact name="avocado-boot-starter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gitqiao', module='avocado-boot-starter-core', version='0.1.1')
)
libraryDependencies += "com.github.gitqiao" % "avocado-boot-starter-core" % "0.1.1"
[com.github.gitqiao/avocado-boot-starter-core "0.1.1"]