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