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