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