This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install \ | |
--platform manylinux2014_x86_64 \ | |
--target=. --implementation=cp \ | |
--python-version 3.11 \ | |
--only-binary=:all: \ | |
--upgrade\ | |
pyjwt[crypto] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Command | |
#mvn install:install-file -Dfile={path/to/jar} -DgroupId={groupID} -DartifactId={artifact name} -Dversion={artifact version} -Dpackaging={package type} | |
#Ejemplo | |
mvn install:install-file -Dfile=C:\tempfolder\jt400.jar -DgroupId=jt400 -DartifactId=jt400lib6 -Dversion=9 -Dpackaging=jar |