<dependency>
<groupId>org.plutext.graph-convert</groupId>
<artifactId>office-to-pdf-using-Microsoft-Graph</artifactId>
<version>1.0.3</version>
</dependency>
implementation group: 'org.plutext.graph-convert', name: 'office-to-pdf-using-Microsoft-Graph', version: '1.0.3'
implementation 'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3'
implementation("org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:1.0.3")
libraryDependencies += "org.plutext.graph-convert" % "office-to-pdf-using-Microsoft-Graph" % "1.0.3"
<dependency org="org.plutext.graph-convert" name="office-to-pdf-using-Microsoft-Graph" rev="1.0.3"/>
@Grapes(
@Grab(group='org.plutext.graph-convert', module='office-to-pdf-using-Microsoft-Graph', version='1.0.3')
)
[org.plutext.graph-convert/office-to-pdf-using-Microsoft-Graph "1.0.3"]
'org.plutext.graph-convert:office-to-pdf-using-Microsoft-Graph:jar:1.0.3'