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