csspin-java is maintained and published by CONTACT Software GmbH and serves plugins for building and developing CONTACT Elements-based applications using the csspin task runner.
The following plugins are available:
- csspin_java.java: A plugin for installing Java
- csspin_java.mvn: A plugin for installing Apache Maven
csspin is available on PyPI and can be installed using pip, pipx or any other Python package manager, e.g.:
python -m pip install csspin
The csspin-java package and its plugins can be installed by defining those within the spinfile.yaml configuration file of your project.
spin:
project_name: my_project
# To develop plugins comfortably, install the packages editable as
# follows and add the relevant plugins to the list 'plugins' below
plugin_packages:
- csspin-java
# The list of plugins to be used for this project.
plugins:
- csspin_java.java
Note
Assuming that my_project is a component based on CONTACT Elements CE16+.