| GroupId | GroupIdcom.github.jknack |
|---|---|
| ArtifactId | ArtifactIdmodern-web-app |
| Version | Version0.3.11 |
| Type | Typepom |
| Filename | Size |
|---|---|
| modern-web-app-0.3.11.pom | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>modern-web-app</artifactId>
<version>0.3.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation 'com.github.jknack:modern-web-app:0.3.11'
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation ("com.github.jknack:modern-web-app:0.3.11")
'com.github.jknack:modern-web-app:pom:0.3.11'
<dependency org="com.github.jknack" name="modern-web-app" rev="0.3.11">
<artifact name="modern-web-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='modern-web-app', version='0.3.11')
)
libraryDependencies += "com.github.jknack" % "modern-web-app" % "0.3.11"
[com.github.jknack/modern-web-app "0.3.11"]