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