# references It's valuable command for every software maintainers, it helps you to find out which packages are using your library and on which version are they locked on. Package key is formatted as /. #### Examples ``` $> veye references java/log4j/log4j $> veye references java/log4j/log4j --format=table $> veye references java/log4j/log4j --no-pagination ```