| License | License | 
|---|---|
| GroupId | GroupIdcom.github.junqueira | 
| ArtifactId | ArtifactIdtest-library | 
| Last Version | Last Version1.0.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionLibrary library publishing to Maven Central | 
| Filename | Size | 
|---|---|
| test-library-1.0.3.pom | |
| test-library-1.0.3.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.junqueira/test-library/ -->
<dependency>
    <groupId>com.github.junqueira</groupId>
    <artifactId>test-library</artifactId>
    <version>1.0.3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.junqueira/test-library/
implementation 'com.github.junqueira:test-library:1.0.3'// https://jarcasting.com/artifacts/com.github.junqueira/test-library/
implementation ("com.github.junqueira:test-library:1.0.3")'com.github.junqueira:test-library:jar:1.0.3'<dependency org="com.github.junqueira" name="test-library" rev="1.0.3">
  <artifact name="test-library" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.junqueira', module='test-library', version='1.0.3')
)libraryDependencies += "com.github.junqueira" % "test-library" % "1.0.3"[com.github.junqueira/test-library "1.0.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 |