GroupId | GroupIdcom.charlyghislain.dispatcher |
---|---|
ArtifactId | ArtifactIdexample-war |
Version | Version1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
example-war-1.0.0.pom | |
example-war-1.0.0.war | 5 MB |
example-war-1.0.0-sources.jar | 590 KB |
example-war-1.0.0-javadoc.jar | 89 KB |
example-war-1.0.0-classes.jar | 595 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/example-war/ -->
<dependency>
<groupId>com.charlyghislain.dispatcher</groupId>
<artifactId>example-war</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/example-war/
implementation 'com.charlyghislain.dispatcher:example-war:1.0.0'
// https://jarcasting.com/artifacts/com.charlyghislain.dispatcher/example-war/
implementation ("com.charlyghislain.dispatcher:example-war:1.0.0")
'com.charlyghislain.dispatcher:example-war:war:1.0.0'
<dependency org="com.charlyghislain.dispatcher" name="example-war" rev="1.0.0">
<artifact name="example-war" type="war" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.dispatcher', module='example-war', version='1.0.0')
)
libraryDependencies += "com.charlyghislain.dispatcher" % "example-war" % "1.0.0"
[com.charlyghislain.dispatcher/example-war "1.0.0"]