GroupId | GroupIdcom.anrisoftware.resources |
---|---|
ArtifactId | ArtifactIdresources-binary-tests |
Version | Version1.16 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/ -->
<dependency>
<groupId>com.anrisoftware.resources</groupId>
<artifactId>resources-binary-tests</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/
implementation 'com.anrisoftware.resources:resources-binary-tests:1.16'
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/
implementation ("com.anrisoftware.resources:resources-binary-tests:1.16")
'com.anrisoftware.resources:resources-binary-tests:jar:1.16'
<dependency org="com.anrisoftware.resources" name="resources-binary-tests" rev="1.16">
<artifact name="resources-binary-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.resources', module='resources-binary-tests', version='1.16')
)
libraryDependencies += "com.anrisoftware.resources" % "resources-binary-tests" % "1.16"
[com.anrisoftware.resources/resources-binary-tests "1.16"]