darcula
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.freeplane.bulenkov</groupId> <artifactId>darcula</artifactId> <version>2021.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>org.freeplane.bulenkov</groupId> <artifactId>darcula</artifactId> <version>2021.7</version> <name>darcula</name> <description>A darcula laf available on maven repositories</description> <url>https://github.com/bulenkov/Darcula</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>bulenkov</id> <name>Konstantin Bulenkov</name> <email>kb@jetbrains.com</email> </developer> <developer> <id>ice1000</id> <name>Tesla (Yinsen) Ice Zhang</name> <email>ice1000kotlin@foxmail.com</email> </developer> <developer> <id>dpolivaev</id> <name>Dimitry Polivaev</name> <email>dpolivaev@gmx.de</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/freeplane/darcula.git</connection> <developerConnection>scm:git:git@github.com:freeplane/darcula.git</developerConnection> <url>https://github.com/freeplane/darcula</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>16.0.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>