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