GroupId | GroupIdcom.fastjrun.codeg.example |
---|---|
ArtifactId | ArtifactIdexample-sdkg-service |
Version | Version4.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>example-sdkg-service</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/
implementation 'com.fastjrun.codeg.example:example-sdkg-service:4.0.2'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/
implementation ("com.fastjrun.codeg.example:example-sdkg-service:4.0.2")
'com.fastjrun.codeg.example:example-sdkg-service:jar:4.0.2'
<dependency org="com.fastjrun.codeg.example" name="example-sdkg-service" rev="4.0.2">
<artifact name="example-sdkg-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='example-sdkg-service', version='4.0.2')
)
libraryDependencies += "com.fastjrun.codeg.example" % "example-sdkg-service" % "4.0.2"
[com.fastjrun.codeg.example/example-sdkg-service "4.0.2"]