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