Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.rblessings |
ArtifactId | ArtifactIdsmart-data-repository |
Version | Version4.0.9-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/ -->
<dependency>
<groupId>com.github.rblessings</groupId>
<artifactId>smart-data-repository</artifactId>
<version>4.0.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/
implementation 'com.github.rblessings:smart-data-repository:4.0.9-RELEASE'
// https://jarcasting.com/artifacts/com.github.rblessings/smart-data-repository/
implementation ("com.github.rblessings:smart-data-repository:4.0.9-RELEASE")
'com.github.rblessings:smart-data-repository:jar:4.0.9-RELEASE'
<dependency org="com.github.rblessings" name="smart-data-repository" rev="4.0.9-RELEASE">
<artifact name="smart-data-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rblessings', module='smart-data-repository', version='4.0.9-RELEASE')
)
libraryDependencies += "com.github.rblessings" % "smart-data-repository" % "4.0.9-RELEASE"
[com.github.rblessings/smart-data-repository "4.0.9-RELEASE"]