Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdboilerplate-db |
Version | Version2.1.0-48 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-db/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>boilerplate-db</artifactId>
<version>2.1.0-48</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-db/
implementation 'com.github.cafdataprocessing:boilerplate-db:2.1.0-48'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/boilerplate-db/
implementation ("com.github.cafdataprocessing:boilerplate-db:2.1.0-48")
'com.github.cafdataprocessing:boilerplate-db:jar:2.1.0-48'
<dependency org="com.github.cafdataprocessing" name="boilerplate-db" rev="2.1.0-48">
<artifact name="boilerplate-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='boilerplate-db', version='2.1.0-48')
)
libraryDependencies += "com.github.cafdataprocessing" % "boilerplate-db" % "2.1.0-48"
[com.github.cafdataprocessing/boilerplate-db "2.1.0-48"]