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