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