is not current version
Last Version 0.4

com.github.hcsp:test-library-a 0.2

A library for quiz

GroupId

GroupId

com.github.hcsp
ArtifactId

ArtifactId

test-library-a
Version

Version

0.2
Type

Type

jar

Download test-library-a 0.2


<!-- https://jarcasting.com/artifacts/com.github.hcsp/test-library-a/ -->
<dependency>
    <groupId>com.github.hcsp</groupId>
    <artifactId>test-library-a</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hcsp/test-library-a/
implementation 'com.github.hcsp:test-library-a:0.2'
// https://jarcasting.com/artifacts/com.github.hcsp/test-library-a/
implementation ("com.github.hcsp:test-library-a:0.2")
'com.github.hcsp:test-library-a:jar:0.2'
<dependency org="com.github.hcsp" name="test-library-a" rev="0.2">
  <artifact name="test-library-a" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hcsp', module='test-library-a', version='0.2')
)
libraryDependencies += "com.github.hcsp" % "test-library-a" % "0.2"
[com.github.hcsp/test-library-a "0.2"]