twister-compat-gradle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.twisterrob.gradle</groupId> <artifactId>twister-compat-gradle</artifactId> <version>0.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.twisterrob.gradle</groupId> <artifactId>twister-compat-gradle</artifactId> <version>0.18</version> <name>Gradle Compatibility</name> <description>Support methods for compatibility with all supported Gradle versions.</description> <url>https://github.com/TWiStErRob/net.twisterrob.gradle</url> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.4.32</version> <scope>compile</scope> </dependency> </dependencies> <scm> <connection>scm:git:github.com/TWiStErRob/net.twisterrob.gradle.git</connection> <developerConnection>scm:git:ssh://github.com/TWiStErRob/net.twisterrob.gradle.git</developerConnection> <url>https://github.com/TWiStErRob/net.twisterrob.gradle/tree/main</url> </scm> <developers> <developer> <id>TWiStErRob</id> <name>Robert Papp</name> <email>papp.robert.s@gmail.com</email> </developer> </developers> <licenses> <license> <name>Unlicense</name> <url>https://github.com/TWiStErRob/net.twisterrob.gradle/blob/v0.18/LICENCE</url> </license> </licenses> </project>