| GroupId | GroupIdli.rudin.webdoc |
|---|---|
| ArtifactId | ArtifactIdwebdoc |
| Version | Version1.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| webdoc-1.2.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.webdoc/webdoc/ -->
<dependency>
<groupId>li.rudin.webdoc</groupId>
<artifactId>webdoc</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.webdoc/webdoc/
implementation 'li.rudin.webdoc:webdoc:1.2'
// https://jarcasting.com/artifacts/li.rudin.webdoc/webdoc/
implementation ("li.rudin.webdoc:webdoc:1.2")
'li.rudin.webdoc:webdoc:pom:1.2'
<dependency org="li.rudin.webdoc" name="webdoc" rev="1.2">
<artifact name="webdoc" type="pom" />
</dependency>
@Grapes(
@Grab(group='li.rudin.webdoc', module='webdoc', version='1.2')
)
libraryDependencies += "li.rudin.webdoc" % "webdoc" % "1.2"
[li.rudin.webdoc/webdoc "1.2"]