| GroupId | GroupIdcom.github.spirylics.web2app | 
|---|---|
| ArtifactId | ArtifactIdweb2app | 
| Version | Version1.0-beta3 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| web2app-1.0-beta3.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.spirylics.web2app/web2app/ -->
<dependency>
    <groupId>com.github.spirylics.web2app</groupId>
    <artifactId>web2app</artifactId>
    <version>1.0-beta3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.spirylics.web2app/web2app/
implementation 'com.github.spirylics.web2app:web2app:1.0-beta3'// https://jarcasting.com/artifacts/com.github.spirylics.web2app/web2app/
implementation ("com.github.spirylics.web2app:web2app:1.0-beta3")'com.github.spirylics.web2app:web2app:pom:1.0-beta3'<dependency org="com.github.spirylics.web2app" name="web2app" rev="1.0-beta3">
  <artifact name="web2app" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.spirylics.web2app', module='web2app', version='1.0-beta3')
)libraryDependencies += "com.github.spirylics.web2app" % "web2app" % "1.0-beta3"[com.github.spirylics.web2app/web2app "1.0-beta3"]