GroupId | GroupIdcom.pojosontheweb |
---|---|
ArtifactId | ArtifactIdttt-parent |
Version | Version0.1-beta4 |
Type | Typepom |
Filename | Size |
---|---|
ttt-parent-0.1-beta4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/ttt-parent/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>ttt-parent</artifactId>
<version>0.1-beta4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/ttt-parent/
implementation 'com.pojosontheweb:ttt-parent:0.1-beta4'
// https://jarcasting.com/artifacts/com.pojosontheweb/ttt-parent/
implementation ("com.pojosontheweb:ttt-parent:0.1-beta4")
'com.pojosontheweb:ttt-parent:pom:0.1-beta4'
<dependency org="com.pojosontheweb" name="ttt-parent" rev="0.1-beta4">
<artifact name="ttt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='ttt-parent', version='0.1-beta4')
)
libraryDependencies += "com.pojosontheweb" % "ttt-parent" % "0.1-beta4"
[com.pojosontheweb/ttt-parent "0.1-beta4"]