GroupId | GroupIdio.github.davidwhitlock.cs410J.original |
---|---|
ArtifactId | ArtifactIdphonebill-web |
Version | Version2021.1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill-web/ -->
<dependency>
<groupId>io.github.davidwhitlock.cs410J.original</groupId>
<artifactId>phonebill-web</artifactId>
<version>2021.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill-web/
implementation 'io.github.davidwhitlock.cs410J.original:phonebill-web:2021.1.0'
// https://jarcasting.com/artifacts/io.github.davidwhitlock.cs410J.original/phonebill-web/
implementation ("io.github.davidwhitlock.cs410J.original:phonebill-web:2021.1.0")
'io.github.davidwhitlock.cs410J.original:phonebill-web:war:2021.1.0'
<dependency org="io.github.davidwhitlock.cs410J.original" name="phonebill-web" rev="2021.1.0">
<artifact name="phonebill-web" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.davidwhitlock.cs410J.original', module='phonebill-web', version='2021.1.0')
)
libraryDependencies += "io.github.davidwhitlock.cs410J.original" % "phonebill-web" % "2021.1.0"
[io.github.davidwhitlock.cs410J.original/phonebill-web "2021.1.0"]