| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.kemitix |
| ArtifactId | ArtifactIdepub-creator |
| Version | Version1.1.0 |
| Type | Typejar |
| Description |
DescriptionA parent POM for my own personal projects
|
| Filename | Size |
|---|---|
| epub-creator-1.1.0.pom | |
| epub-creator-1.1.0.jar | 31 KB |
| epub-creator-1.1.0-sources.jar | 24 KB |
| epub-creator-1.1.0-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.kemitix/epub-creator/ -->
<dependency>
<groupId>net.kemitix</groupId>
<artifactId>epub-creator</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.kemitix/epub-creator/
implementation 'net.kemitix:epub-creator:1.1.0'
// https://jarcasting.com/artifacts/net.kemitix/epub-creator/
implementation ("net.kemitix:epub-creator:1.1.0")
'net.kemitix:epub-creator:jar:1.1.0'
<dependency org="net.kemitix" name="epub-creator" rev="1.1.0">
<artifact name="epub-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.kemitix', module='epub-creator', version='1.1.0')
)
libraryDependencies += "net.kemitix" % "epub-creator" % "1.1.0"
[net.kemitix/epub-creator "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.htmlcleaner : htmlcleaner | jar | 2.24 |
| commons-io : commons-io | jar | 2.8.0 |
| commons-collections : commons-collections | jar | 3.2.2 |
| org.projectlombok : lombok Optional | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |