w

wind-core

文件下载
文件名 操作
wind-core-5.0.0.jar 下载
wind-core-5.0.0.pom 下载
wind-core-5.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.ramerf</groupId>
  <artifactId>wind-core</artifactId>
  <version>5.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ramerf:wind-core:5.0.0'
Gradle Kotlin
implementation("io.github.ramerf:wind-core:5.0.0")
Scala SBT
libraryDependencies += "io.github.ramerf" % "wind-core" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ramerf', module='wind-core', version='5.0.0')
)
Apache Ivy
<dependency org="io.github.ramerf" name="wind-core" rev="5.0.0" />
Leiningen
[io.github.ramerf/wind-core "5.0.0"]
Apache Buildr
'io.github.ramerf:wind-core:jar:5.0.0'