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