Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.zabetak |
ArtifactId | ArtifactIdhs2-test-container |
Version | Version1.0.1.7.2.3.0-220 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.zabetak/hs2-test-container/ -->
<dependency>
<groupId>com.github.zabetak</groupId>
<artifactId>hs2-test-container</artifactId>
<version>1.0.1.7.2.3.0-220</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zabetak/hs2-test-container/
implementation 'com.github.zabetak:hs2-test-container:1.0.1.7.2.3.0-220'
// https://jarcasting.com/artifacts/com.github.zabetak/hs2-test-container/
implementation ("com.github.zabetak:hs2-test-container:1.0.1.7.2.3.0-220")
'com.github.zabetak:hs2-test-container:jar:1.0.1.7.2.3.0-220'
<dependency org="com.github.zabetak" name="hs2-test-container" rev="1.0.1.7.2.3.0-220">
<artifact name="hs2-test-container" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zabetak', module='hs2-test-container', version='1.0.1.7.2.3.0-220')
)
libraryDependencies += "com.github.zabetak" % "hs2-test-container" % "1.0.1.7.2.3.0-220"
[com.github.zabetak/hs2-test-container "1.0.1.7.2.3.0-220"]