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