is not current version
Last Version 4.1.1

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


GroupId

GroupId

com.fastjrun.codeg.example
ArtifactId

ArtifactId

example-sdkg
Version

Version

4.0.2
Type

Type

pom

Download example-sdkg 4.0.2

Filename Size
example-sdkg-4.0.2.pom 982 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/ -->
<dependency>
    <groupId>com.fastjrun.codeg.example</groupId>
    <artifactId>example-sdkg</artifactId>
    <version>4.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation 'com.fastjrun.codeg.example:example-sdkg:4.0.2'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation ("com.fastjrun.codeg.example:example-sdkg:4.0.2")
'com.fastjrun.codeg.example:example-sdkg:pom:4.0.2'
<dependency org="com.fastjrun.codeg.example" name="example-sdkg" rev="4.0.2">
  <artifact name="example-sdkg" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='example-sdkg', version='4.0.2')
)
libraryDependencies += "com.fastjrun.codeg.example" % "example-sdkg" % "4.0.2"
[com.fastjrun.codeg.example/example-sdkg "4.0.2"]