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