Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-newrelic |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-newrelic/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-newrelic</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-newrelic/
implementation 'com.hashicorp:cdktf-provider-newrelic:0.0.3'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-newrelic/
implementation ("com.hashicorp:cdktf-provider-newrelic:0.0.3")
'com.hashicorp:cdktf-provider-newrelic:jar:0.0.3'
<dependency org="com.hashicorp" name="cdktf-provider-newrelic" rev="0.0.3">
<artifact name="cdktf-provider-newrelic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-newrelic', version='0.0.3')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-newrelic" % "0.0.3"
[com.hashicorp/cdktf-provider-newrelic "0.0.3"]