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