GroupId | GroupIdcom.github.mizool.tableaccess |
---|---|
ArtifactId | ArtifactIdtableaccess |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
tableaccess-0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.tableaccess/tableaccess/ -->
<dependency>
<groupId>com.github.mizool.tableaccess</groupId>
<artifactId>tableaccess</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.tableaccess/tableaccess/
implementation 'com.github.mizool.tableaccess:tableaccess:0.1'
// https://jarcasting.com/artifacts/com.github.mizool.tableaccess/tableaccess/
implementation ("com.github.mizool.tableaccess:tableaccess:0.1")
'com.github.mizool.tableaccess:tableaccess:pom:0.1'
<dependency org="com.github.mizool.tableaccess" name="tableaccess" rev="0.1">
<artifact name="tableaccess" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.tableaccess', module='tableaccess', version='0.1')
)
libraryDependencies += "com.github.mizool.tableaccess" % "tableaccess" % "0.1"
[com.github.mizool.tableaccess/tableaccess "0.1"]