GroupId | GroupIdorg.apache.any23.plugins |
---|---|
ArtifactId | ArtifactIdapache-any23-integration-test |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.any23.plugins/apache-any23-integration-test/ -->
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>apache-any23-integration-test</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.any23.plugins/apache-any23-integration-test/
implementation 'org.apache.any23.plugins:apache-any23-integration-test:1.1'
// https://jarcasting.com/artifacts/org.apache.any23.plugins/apache-any23-integration-test/
implementation ("org.apache.any23.plugins:apache-any23-integration-test:1.1")
'org.apache.any23.plugins:apache-any23-integration-test:jar:1.1'
<dependency org="org.apache.any23.plugins" name="apache-any23-integration-test" rev="1.1">
<artifact name="apache-any23-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.any23.plugins', module='apache-any23-integration-test', version='1.1')
)
libraryDependencies += "org.apache.any23.plugins" % "apache-any23-integration-test" % "1.1"
[org.apache.any23.plugins/apache-any23-integration-test "1.1"]