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