File tree Expand file tree Collapse file tree
third_party/docfx-doclet-143274/src
main/java/com/microsoft/model
test/resources/expected-generated-files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,12 +172,12 @@ public LibraryOverviewFile(
172172 + repoMetadata .getArtifactId ()
173173 + "</code> artifact.\n "
174174 + "<pre class=\" prettyprint lang-Groovy devsite-click-to-copy\" >\n "
175- + "implementation platform(' ;com.google.cloud:libraries-bom:"
175+ + "implementation( platform(" ;com.google.cloud:libraries-bom:"
176176 + librariesBomVersion
177- + "' )\n "
178- + "implementation ' ;"
177+ + "") )\n "
178+ + "implementation(" ;"
179179 + repoMetadata .getDistributionName ()
180- + "' \n "
180+ + "") \n "
181181 + "</pre>\n \n "
182182 + "The <code>platform</code> and <code>enforcedPlatform</code> keywords supply dependency versions\n "
183183 + "declared in a BOM. The <code>enforcedPlatform</code> keyword enforces the dependency\n "
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ dependency declarations in the artifact's <code>build.gradle</code> file.
6161
6262The example below demonstrates how you would import the BOM and include the <code >google-cloud-apikeys</code > artifact.
6363<pre class =" prettyprint lang-Groovy devsite-click-to-copy " >
64- implementation platform(&# 39 ; com.google.cloud:libraries-bom:26.19.0&# 39 ; )
65- implementation &# 39 ; com.google.cloud:google-cloud-apikeys&# 39 ;
64+ implementation( platform(" ; com.google.cloud:libraries-bom:26.19.0" ; ) )
65+ implementation( & quot ; com.google.cloud:google-cloud-apikeys" ; )
6666</pre >
6767
6868The <code >platform</code > and <code >enforcedPlatform</code > keywords supply dependency versions
You can’t perform that action at this time.
0 commit comments