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