GroupId | GroupIdorg.apache.any23.plugins |
---|---|
ArtifactId | ArtifactIdapache-any23-integration-test |
Version | Version1.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.any23.plugins/apache-any23-integration-test/
implementation 'org.apache.any23.plugins:apache-any23-integration-test:1.0'
// https://jarcasting.com/artifacts/org.apache.any23.plugins/apache-any23-integration-test/
implementation ("org.apache.any23.plugins:apache-any23-integration-test:1.0")
'org.apache.any23.plugins:apache-any23-integration-test:jar:1.0'
<dependency org="org.apache.any23.plugins" name="apache-any23-integration-test" rev="1.0">
<artifact name="apache-any23-integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.any23.plugins', module='apache-any23-integration-test', version='1.0')
)
libraryDependencies += "org.apache.any23.plugins" % "apache-any23-integration-test" % "1.0"
[org.apache.any23.plugins/apache-any23-integration-test "1.0"]