GroupId | GroupIdse.alipsa |
---|---|
ArtifactId | ArtifactIdhtmlcreator |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
htmlcreator-1.1.pom | |
htmlcreator-1.1.jar | 42 KB |
htmlcreator-1.1-sources.jar | 3 KB |
htmlcreator-1.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.alipsa/htmlcreator/ -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>htmlcreator</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/htmlcreator/
implementation 'se.alipsa:htmlcreator:1.1'
// https://jarcasting.com/artifacts/se.alipsa/htmlcreator/
implementation ("se.alipsa:htmlcreator:1.1")
'se.alipsa:htmlcreator:jar:1.1'
<dependency org="se.alipsa" name="htmlcreator" rev="1.1">
<artifact name="htmlcreator" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='htmlcreator', version='1.1')
)
libraryDependencies += "se.alipsa" % "htmlcreator" % "1.1"
[se.alipsa/htmlcreator "1.1"]