| GroupId | GroupIdcom.anrisoftware.resources |
|---|---|
| ArtifactId | ArtifactIdresources-binary-tests |
| Version | Version1.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resources-binary-tests-1.14.pom | |
| resources-binary-tests-1.14.jar | 848 KB |
| resources-binary-tests-1.14-sources.jar | 837 KB |
| resources-binary-tests-1.14-javadoc.jar | 335 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/ -->
<dependency>
<groupId>com.anrisoftware.resources</groupId>
<artifactId>resources-binary-tests</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/
implementation 'com.anrisoftware.resources:resources-binary-tests:1.14'
// https://jarcasting.com/artifacts/com.anrisoftware.resources/resources-binary-tests/
implementation ("com.anrisoftware.resources:resources-binary-tests:1.14")
'com.anrisoftware.resources:resources-binary-tests:jar:1.14'
<dependency org="com.anrisoftware.resources" name="resources-binary-tests" rev="1.14">
<artifact name="resources-binary-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.resources', module='resources-binary-tests', version='1.14')
)
libraryDependencies += "com.anrisoftware.resources" % "resources-binary-tests" % "1.14"
[com.anrisoftware.resources/resources-binary-tests "1.14"]