GroupId | GroupIdcom.github.alinvasile.jsla |
---|---|
ArtifactId | ArtifactIdjsla-sample-web |
Version | Version0.0.1-alpha1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-sample-web/ -->
<dependency>
<groupId>com.github.alinvasile.jsla</groupId>
<artifactId>jsla-sample-web</artifactId>
<version>0.0.1-alpha1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-sample-web/
implementation 'com.github.alinvasile.jsla:jsla-sample-web:0.0.1-alpha1'
// https://jarcasting.com/artifacts/com.github.alinvasile.jsla/jsla-sample-web/
implementation ("com.github.alinvasile.jsla:jsla-sample-web:0.0.1-alpha1")
'com.github.alinvasile.jsla:jsla-sample-web:war:0.0.1-alpha1'
<dependency org="com.github.alinvasile.jsla" name="jsla-sample-web" rev="0.0.1-alpha1">
<artifact name="jsla-sample-web" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.alinvasile.jsla', module='jsla-sample-web', version='0.0.1-alpha1')
)
libraryDependencies += "com.github.alinvasile.jsla" % "jsla-sample-web" % "0.0.1-alpha1"
[com.github.alinvasile.jsla/jsla-sample-web "0.0.1-alpha1"]