| GroupId | GroupIdco.spendabit |
|---|---|
| ArtifactId | ArtifactIdwebapp-tools_2.12 |
| Version | Version0.4.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webapp-tools_2.12-0.4.4.pom | |
| webapp-tools_2.12-0.4.4.jar | 221 KB |
| webapp-tools_2.12-0.4.4-sources.jar | 28 KB |
| webapp-tools_2.12-0.4.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.spendabit/webapp-tools_2.12/ -->
<dependency>
<groupId>co.spendabit</groupId>
<artifactId>webapp-tools_2.12</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/co.spendabit/webapp-tools_2.12/
implementation 'co.spendabit:webapp-tools_2.12:0.4.4'
// https://jarcasting.com/artifacts/co.spendabit/webapp-tools_2.12/
implementation ("co.spendabit:webapp-tools_2.12:0.4.4")
'co.spendabit:webapp-tools_2.12:jar:0.4.4'
<dependency org="co.spendabit" name="webapp-tools_2.12" rev="0.4.4">
<artifact name="webapp-tools_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.spendabit', module='webapp-tools_2.12', version='0.4.4')
)
libraryDependencies += "co.spendabit" % "webapp-tools_2.12" % "0.4.4"
[co.spendabit/webapp-tools_2.12 "0.4.4"]