GroupId | GroupIdcom.fastjrun.codeg.example |
---|---|
ArtifactId | ArtifactIdexample-sdkg |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
example-sdkg-4.0.1.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.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation 'com.fastjrun.codeg.example:example-sdkg:4.0.1'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation ("com.fastjrun.codeg.example:example-sdkg:4.0.1")
'com.fastjrun.codeg.example:example-sdkg:pom:4.0.1'
<dependency org="com.fastjrun.codeg.example" name="example-sdkg" rev="4.0.1">
<artifact name="example-sdkg" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='example-sdkg', version='4.0.1')
)
libraryDependencies += "com.fastjrun.codeg.example" % "example-sdkg" % "4.0.1"
[com.fastjrun.codeg.example/example-sdkg "4.0.1"]