GroupId | GroupIdcom.aoindustries |
---|---|
ArtifactId | ArtifactIdao-credit-cards-test |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ao-credit-cards-test-1.0.1.pom | |
ao-credit-cards-test-1.0.1.jar | 25 KB |
ao-credit-cards-test-1.0.1-sources.jar | 24 KB |
ao-credit-cards-test-1.0.1-javadoc.jar | 226 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-credit-cards-test/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-credit-cards-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-credit-cards-test/
implementation 'com.aoindustries:ao-credit-cards-test:1.0.1'
// https://jarcasting.com/artifacts/com.aoindustries/ao-credit-cards-test/
implementation ("com.aoindustries:ao-credit-cards-test:1.0.1")
'com.aoindustries:ao-credit-cards-test:jar:1.0.1'
<dependency org="com.aoindustries" name="ao-credit-cards-test" rev="1.0.1">
<artifact name="ao-credit-cards-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-credit-cards-test', version='1.0.1')
)
libraryDependencies += "com.aoindustries" % "ao-credit-cards-test" % "1.0.1"
[com.aoindustries/ao-credit-cards-test "1.0.1"]