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