Skip to content

Release v3.5.2

Compare
Choose a tag to compare
@ClockClap ClockClap released this 04 May 05:13
· 48 commits to main since this release

Download v3.5.2

#依存関係の追加

READMEを読んでから見ましょう

##Maven

<dependencies>
    <dependency>
        <groupId>me.clockclap</groupId>
        <artifactId>nanami-tct-api</artifactId>
        <version>3.5.2</version>
        <scope>system</scope>
        <systemPath>JARFILE PATH/nanami-tct-api-3.5.2.jar</systemPath>
    </dependency>
</dependencies>

##Gradle

dependencies {
    compileOnly fileTree(dir: 'JARFILE PATH', include: ['nanami-tct-api-3.5.2.jar'])
}