Upload file to nexus repository from powershell

Guys, is it possible to upload zip file to maven repository using powershell?
Current nexus repo version 3.37.0

See Deploying Java artifacts on a Nexus Repository with Maven | by Rodolfo Costa | Medium

We’ve used mvn deploy:deploy-file in the past to upload maven packages from PowerShell.