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