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