| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hcsp |
| ArtifactId | ArtifactIdtest-library-c |
| Version | Version0.2 |
| Type | Typejar |
| Description |
Descriptiontest-library-c
A library for quiz
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| test-library-c-0.2.pom | |
| test-library-c-0.2.jar | 909 bytes |
| test-library-c-0.2-sources.jar | 746 bytes |
| test-library-c-0.2-javadoc.jar | 388 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hcsp/test-library-c/ -->
<dependency>
<groupId>com.github.hcsp</groupId>
<artifactId>test-library-c</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hcsp/test-library-c/
implementation 'com.github.hcsp:test-library-c:0.2'
// https://jarcasting.com/artifacts/com.github.hcsp/test-library-c/
implementation ("com.github.hcsp:test-library-c:0.2")
'com.github.hcsp:test-library-c:jar:0.2'
<dependency org="com.github.hcsp" name="test-library-c" rev="0.2">
<artifact name="test-library-c" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hcsp', module='test-library-c', version='0.2')
)
libraryDependencies += "com.github.hcsp" % "test-library-c" % "0.2"
[com.github.hcsp/test-library-c "0.2"]