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