| GroupId | GroupIdcom.solveurits |
|---|---|
| ArtifactId | ArtifactIdsolveurExcel |
| Version | Version0.2beta |
| Type | Typejar |
| Filename | Size |
|---|---|
| solveurExcel-0.2beta.pom | |
| solveurExcel-0.2beta.jar | 17 KB |
| solveurExcel-0.2beta-sources.jar | 22 bytes |
| solveurExcel-0.2beta-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.solveurits/solveurExcel/ -->
<dependency>
<groupId>com.solveurits</groupId>
<artifactId>solveurExcel</artifactId>
<version>0.2beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.solveurits/solveurExcel/
implementation 'com.solveurits:solveurExcel:0.2beta'
// https://jarcasting.com/artifacts/com.solveurits/solveurExcel/
implementation ("com.solveurits:solveurExcel:0.2beta")
'com.solveurits:solveurExcel:jar:0.2beta'
<dependency org="com.solveurits" name="solveurExcel" rev="0.2beta">
<artifact name="solveurExcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.solveurits', module='solveurExcel', version='0.2beta')
)
libraryDependencies += "com.solveurits" % "solveurExcel" % "0.2beta"
[com.solveurits/solveurExcel "0.2beta"]