GroupId | GroupIdorg.bedework.notifier |
---|---|
ArtifactId | ArtifactIdbw-note-war |
Version | Version4.0.2 |
Type | Typewar |
Filename | Size |
---|---|
bw-note-war-4.0.2.pom | |
bw-note-war-4.0.2.war | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bedework.notifier/bw-note-war/ -->
<dependency>
<groupId>org.bedework.notifier</groupId>
<artifactId>bw-note-war</artifactId>
<version>4.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.bedework.notifier/bw-note-war/
implementation 'org.bedework.notifier:bw-note-war:4.0.2'
// https://jarcasting.com/artifacts/org.bedework.notifier/bw-note-war/
implementation ("org.bedework.notifier:bw-note-war:4.0.2")
'org.bedework.notifier:bw-note-war:war:4.0.2'
<dependency org="org.bedework.notifier" name="bw-note-war" rev="4.0.2">
<artifact name="bw-note-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.bedework.notifier', module='bw-note-war', version='4.0.2')
)
libraryDependencies += "org.bedework.notifier" % "bw-note-war" % "4.0.2"
[org.bedework.notifier/bw-note-war "4.0.2"]