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