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