Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fastjrun.codeg.example |
ArtifactId | ArtifactIdsdkg-example-client |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
sdkg-example-client-2.1.pom | |
sdkg-example-client-2.1.jar | 13 KB |
sdkg-example-client-2.1-sources.jar | 9 KB |
sdkg-example-client-2.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>sdkg-example-client</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/
implementation 'com.fastjrun.codeg.example:sdkg-example-client:2.1'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/
implementation ("com.fastjrun.codeg.example:sdkg-example-client:2.1")
'com.fastjrun.codeg.example:sdkg-example-client:jar:2.1'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example-client" rev="2.1">
<artifact name="sdkg-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example-client', version='2.1')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example-client" % "2.1"
[com.fastjrun.codeg.example/sdkg-example-client "2.1"]