GroupId | GroupIdcom.fastjrun.codeg.apiworld |
---|---|
ArtifactId | ArtifactIdapiworld-test |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
apiworld-test-1.2.pom | |
apiworld-test-1.2.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.apiworld/apiworld-test/ -->
<dependency>
<groupId>com.fastjrun.codeg.apiworld</groupId>
<artifactId>apiworld-test</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.apiworld/apiworld-test/
implementation 'com.fastjrun.codeg.apiworld:apiworld-test:1.2'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.apiworld/apiworld-test/
implementation ("com.fastjrun.codeg.apiworld:apiworld-test:1.2")
'com.fastjrun.codeg.apiworld:apiworld-test:jar:1.2'
<dependency org="com.fastjrun.codeg.apiworld" name="apiworld-test" rev="1.2">
<artifact name="apiworld-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.apiworld', module='apiworld-test', version='1.2')
)
libraryDependencies += "com.fastjrun.codeg.apiworld" % "apiworld-test" % "1.2"
[com.fastjrun.codeg.apiworld/apiworld-test "1.2"]