is not current version
Last Version 3.0

com.fastjrun.codeg.example:sdkg-example 2.1.4


GroupId

GroupId

com.fastjrun.codeg.example
ArtifactId

ArtifactId

sdkg-example
Version

Version

2.1.4
Type

Type

pom

Download sdkg-example 2.1.4

Filename Size
sdkg-example-2.1.4.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.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example/
implementation 'com.fastjrun.codeg.example:sdkg-example:2.1.4'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example/
implementation ("com.fastjrun.codeg.example:sdkg-example:2.1.4")
'com.fastjrun.codeg.example:sdkg-example:pom:2.1.4'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example" rev="2.1.4">
  <artifact name="sdkg-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example', version='2.1.4')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example" % "2.1.4"
[com.fastjrun.codeg.example/sdkg-example "2.1.4"]