| Группа | Группаcom.fastjrun.codeg |
|---|---|
| Идентификатор | Идентификаторcodeg-test |
| Версия | Версия3.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| codeg-test-3.2.1.pom | |
| codeg-test-3.2.1.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/codeg-test/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>codeg-test</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/codeg-test/
implementation 'com.fastjrun.codeg:codeg-test:3.2.1'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/codeg-test/
implementation ("com.fastjrun.codeg:codeg-test:3.2.1")
'com.fastjrun.codeg:codeg-test:jar:3.2.1'
<dependency org="com.fastjrun.codeg" name="codeg-test" rev="3.2.1">
<artifact name="codeg-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='codeg-test', version='3.2.1')
)
libraryDependencies += "com.fastjrun.codeg" % "codeg-test" % "3.2.1"
[com.fastjrun.codeg/codeg-test "3.2.1"]