Categories |
CategoriesGUI User Interface Apache POI Business Logic Libraries Documents Processing Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdapache-poi |
Version | Version1.1.1.0-SNAPSHOT-jre8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>apache-poi</artifactId>
<version>1.1.1.0-SNAPSHOT-jre8</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation 'com.guicedee.services:apache-poi:1.1.1.0-SNAPSHOT-jre8'
// https://jarcasting.com/artifacts/com.guicedee.services/apache-poi/
implementation ("com.guicedee.services:apache-poi:1.1.1.0-SNAPSHOT-jre8")
'com.guicedee.services:apache-poi:jar:1.1.1.0-SNAPSHOT-jre8'
<dependency org="com.guicedee.services" name="apache-poi" rev="1.1.1.0-SNAPSHOT-jre8">
<artifact name="apache-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='apache-poi', version='1.1.1.0-SNAPSHOT-jre8')
)
libraryDependencies += "com.guicedee.services" % "apache-poi" % "1.1.1.0-SNAPSHOT-jre8"
[com.guicedee.services/apache-poi "1.1.1.0-SNAPSHOT-jre8"]