| GroupId | GroupIdcom.fastjrun.codeg |
|---|---|
| ArtifactId | ArtifactIdsdkg-parent |
| Version | Version3.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sdkg-parent-3.2.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-parent/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>sdkg-parent</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-parent/
implementation 'com.fastjrun.codeg:sdkg-parent:3.2'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-parent/
implementation ("com.fastjrun.codeg:sdkg-parent:3.2")
'com.fastjrun.codeg:sdkg-parent:pom:3.2'
<dependency org="com.fastjrun.codeg" name="sdkg-parent" rev="3.2">
<artifact name="sdkg-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='sdkg-parent', version='3.2')
)
libraryDependencies += "com.fastjrun.codeg" % "sdkg-parent" % "3.2"
[com.fastjrun.codeg/sdkg-parent "3.2"]