MVN

io.github.galacean : effects

Maven & Gradle

Nov 22, 2023
14 stars

effects · 上传aar插件至mavencentral,方便使用implementation快速引入

<dependency>
    <groupId>io.github.galacean</groupId>
    <artifactId>effects</artifactId>
    <version>0.0.1.202311221223</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.galacean : effects to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1.202311221223

All Versions

Choose a version of io.github.galacean : effects to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
effects-0.0.1.202311221223

How to add a dependency to Maven

Add the following io.github.galacean : effects maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.galacean</groupId>
    <artifactId>effects</artifactId>
    <version>0.0.1.202311221223</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.galacean : effects gradle dependency to your build.gradle file:

implementation 'io.github.galacean:effects:0.0.1.202311221223'

Gradle Kotlin DSL: Add the following io.github.galacean : effects gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.galacean:effects:0.0.1.202311221223")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.galacean : effects sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.galacean" % "effects" % "0.0.1.202311221223"

Advertisement