GroupId | GroupIdcom.almis.awe |
---|---|
ArtifactId | ArtifactIdawe-starter-parent |
Version | Version4.3.2 |
Type | Typepom |
Filename | Size |
---|---|
awe-starter-parent-4.3.2.pom | 610 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.almis.awe/awe-starter-parent/ -->
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-starter-parent</artifactId>
<version>4.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.almis.awe/awe-starter-parent/
implementation 'com.almis.awe:awe-starter-parent:4.3.2'
// https://jarcasting.com/artifacts/com.almis.awe/awe-starter-parent/
implementation ("com.almis.awe:awe-starter-parent:4.3.2")
'com.almis.awe:awe-starter-parent:pom:4.3.2'
<dependency org="com.almis.awe" name="awe-starter-parent" rev="4.3.2">
<artifact name="awe-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.almis.awe', module='awe-starter-parent', version='4.3.2')
)
libraryDependencies += "com.almis.awe" % "awe-starter-parent" % "4.3.2"
[com.almis.awe/awe-starter-parent "4.3.2"]