| GroupId | GroupIdcom.hack23.cia | 
|---|---|
| ArtifactId | ArtifactIdtestfoundation | 
| Version | Version1.0-alpha-5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| testfoundation-1.0-alpha-5.pom | |
| testfoundation-1.0-alpha-5.jar | 10 KB | 
| testfoundation-1.0-alpha-5-sources.jar | 9 KB | 
| testfoundation-1.0-alpha-5-javadoc.jar | 157 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.hack23.cia/testfoundation/ -->
<dependency>
    <groupId>com.hack23.cia</groupId>
    <artifactId>testfoundation</artifactId>
    <version>1.0-alpha-5</version>
</dependency>// https://jarcasting.com/artifacts/com.hack23.cia/testfoundation/
implementation 'com.hack23.cia:testfoundation:1.0-alpha-5'// https://jarcasting.com/artifacts/com.hack23.cia/testfoundation/
implementation ("com.hack23.cia:testfoundation:1.0-alpha-5")'com.hack23.cia:testfoundation:jar:1.0-alpha-5'<dependency org="com.hack23.cia" name="testfoundation" rev="1.0-alpha-5">
  <artifact name="testfoundation" type="jar" />
</dependency>@Grapes(
@Grab(group='com.hack23.cia', module='testfoundation', version='1.0-alpha-5')
)libraryDependencies += "com.hack23.cia" % "testfoundation" % "1.0-alpha-5"[com.hack23.cia/testfoundation "1.0-alpha-5"]