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