| GroupId | GroupIdco.spendabit |
|---|---|
| ArtifactId | ArtifactIdwebapp-tools_2.11 |
| Version | Version0.4.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| webapp-tools_2.11-0.4.5.pom | |
| webapp-tools_2.11-0.4.5.jar | 330 KB |
| webapp-tools_2.11-0.4.5-sources.jar | 29 KB |
| webapp-tools_2.11-0.4.5-javadoc.jar | 680 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.spendabit/webapp-tools_2.11/
implementation 'co.spendabit:webapp-tools_2.11:0.4.5'
// https://jarcasting.com/artifacts/co.spendabit/webapp-tools_2.11/
implementation ("co.spendabit:webapp-tools_2.11:0.4.5")
'co.spendabit:webapp-tools_2.11:jar:0.4.5'
<dependency org="co.spendabit" name="webapp-tools_2.11" rev="0.4.5">
<artifact name="webapp-tools_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.spendabit', module='webapp-tools_2.11', version='0.4.5')
)
libraryDependencies += "co.spendabit" % "webapp-tools_2.11" % "0.4.5"
[co.spendabit/webapp-tools_2.11 "0.4.5"]