is not current version
Last Version 2.0.1

com.charlyghislain.dispatcher:example-war 1.0.0

Examples application

GroupId

GroupId

com.charlyghislain.dispatcher
ArtifactId

ArtifactId

example-war
Version

Version

1.0.0
Type

Type

war

Download example-war 1.0.0


<!-- 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"]