| GroupId | GroupIdcom.github.jknack |
|---|---|
| ArtifactId | ArtifactIdmodern-web-app |
| Version | Version0.4.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| modern-web-app-0.4.0.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.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation 'com.github.jknack:modern-web-app:0.4.0'
// https://jarcasting.com/artifacts/com.github.jknack/modern-web-app/
implementation ("com.github.jknack:modern-web-app:0.4.0")
'com.github.jknack:modern-web-app:pom:0.4.0'
<dependency org="com.github.jknack" name="modern-web-app" rev="0.4.0">
<artifact name="modern-web-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='modern-web-app', version='0.4.0')
)
libraryDependencies += "com.github.jknack" % "modern-web-app" % "0.4.0"
[com.github.jknack/modern-web-app "0.4.0"]