GroupId | GroupIdcom.github.emenaceb.appjar |
---|---|
ArtifactId | ArtifactIdappjar-parent |
Version | Version0.9.0 |
Type | Typepom |
Filename | Size |
---|---|
appjar-parent-0.9.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/ -->
<dependency>
<groupId>com.github.emenaceb.appjar</groupId>
<artifactId>appjar-parent</artifactId>
<version>0.9.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/
implementation 'com.github.emenaceb.appjar:appjar-parent:0.9.0'
// https://jarcasting.com/artifacts/com.github.emenaceb.appjar/appjar-parent/
implementation ("com.github.emenaceb.appjar:appjar-parent:0.9.0")
'com.github.emenaceb.appjar:appjar-parent:pom:0.9.0'
<dependency org="com.github.emenaceb.appjar" name="appjar-parent" rev="0.9.0">
<artifact name="appjar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.emenaceb.appjar', module='appjar-parent', version='0.9.0')
)
libraryDependencies += "com.github.emenaceb.appjar" % "appjar-parent" % "0.9.0"
[com.github.emenaceb.appjar/appjar-parent "0.9.0"]