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