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