GroupId | GroupIdcom.github.mizool.technology.table-access |
---|---|
ArtifactId | ArtifactIdtable-access-business |
Version | Version0.29 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology.table-access/table-access-business/ -->
<dependency>
<groupId>com.github.mizool.technology.table-access</groupId>
<artifactId>table-access-business</artifactId>
<version>0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology.table-access/table-access-business/
implementation 'com.github.mizool.technology.table-access:table-access-business:0.29'
// https://jarcasting.com/artifacts/com.github.mizool.technology.table-access/table-access-business/
implementation ("com.github.mizool.technology.table-access:table-access-business:0.29")
'com.github.mizool.technology.table-access:table-access-business:jar:0.29'
<dependency org="com.github.mizool.technology.table-access" name="table-access-business" rev="0.29">
<artifact name="table-access-business" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology.table-access', module='table-access-business', version='0.29')
)
libraryDependencies += "com.github.mizool.technology.table-access" % "table-access-business" % "0.29"
[com.github.mizool.technology.table-access/table-access-business "0.29"]