org.jetbrains.kotlin kotlin-stdlib-jdk8 ${kotlin.version} {% for dep in dependencies %} {{ dep.groupId }} {{ dep.artifactId }} {{ dep.version }} {% if dep.scope == "Test" %} test {% endif %} {% endfor %}