GroupId | GroupIdio.easybest |
---|---|
ArtifactId | ArtifactIdeasybest-boot-project |
Version | Version0.1.7 |
Type | Typepom |
Filename | Size |
---|---|
easybest-boot-project-0.1.7.pom | 820 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.easybest/easybest-boot-project/ -->
<dependency>
<groupId>io.easybest</groupId>
<artifactId>easybest-boot-project</artifactId>
<version>0.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-project/
implementation 'io.easybest:easybest-boot-project:0.1.7'
// https://jarcasting.com/artifacts/io.easybest/easybest-boot-project/
implementation ("io.easybest:easybest-boot-project:0.1.7")
'io.easybest:easybest-boot-project:pom:0.1.7'
<dependency org="io.easybest" name="easybest-boot-project" rev="0.1.7">
<artifact name="easybest-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.easybest', module='easybest-boot-project', version='0.1.7')
)
libraryDependencies += "io.easybest" % "easybest-boot-project" % "0.1.7"
[io.easybest/easybest-boot-project "0.1.7"]