Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.fuqssi.boot |
ArtifactId | ArtifactIdfuqssi-boot-starter-data |
Version | Version1.5.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-starter-data/ -->
<dependency>
<groupId>com.fuqssi.boot</groupId>
<artifactId>fuqssi-boot-starter-data</artifactId>
<version>1.5.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-starter-data/
implementation 'com.fuqssi.boot:fuqssi-boot-starter-data:1.5.3.RELEASE'
// https://jarcasting.com/artifacts/com.fuqssi.boot/fuqssi-boot-starter-data/
implementation ("com.fuqssi.boot:fuqssi-boot-starter-data:1.5.3.RELEASE")
'com.fuqssi.boot:fuqssi-boot-starter-data:jar:1.5.3.RELEASE'
<dependency org="com.fuqssi.boot" name="fuqssi-boot-starter-data" rev="1.5.3.RELEASE">
<artifact name="fuqssi-boot-starter-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fuqssi.boot', module='fuqssi-boot-starter-data', version='1.5.3.RELEASE')
)
libraryDependencies += "com.fuqssi.boot" % "fuqssi-boot-starter-data" % "1.5.3.RELEASE"
[com.fuqssi.boot/fuqssi-boot-starter-data "1.5.3.RELEASE"]