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