| GroupId | GroupIdcom.newcubator |
|---|---|
| ArtifactId | ArtifactIdjdbc-excel |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jdbc-excel-1.0.0.pom | |
| jdbc-excel-1.0.0.jar | 16 KB |
| jdbc-excel-1.0.0-sources.jar | 8 KB |
| jdbc-excel-1.0.0-javadoc.jar | 424 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/ -->
<dependency>
<groupId>com.newcubator</groupId>
<artifactId>jdbc-excel</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/
implementation 'com.newcubator:jdbc-excel:1.0.0'
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/
implementation ("com.newcubator:jdbc-excel:1.0.0")
'com.newcubator:jdbc-excel:jar:1.0.0'
<dependency org="com.newcubator" name="jdbc-excel" rev="1.0.0">
<artifact name="jdbc-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newcubator', module='jdbc-excel', version='1.0.0')
)
libraryDependencies += "com.newcubator" % "jdbc-excel" % "1.0.0"
[com.newcubator/jdbc-excel "1.0.0"]