t

tio-webpack-parent

tio-webpack is a build tool for html、js、css and so on
http://maven.apache.org
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
tanyaowu
文件下载
文件名 操作
tio-webpack-parent-3.8.4.v20220920-RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>net.dreamlu</groupId>
  <artifactId>tio-webpack-parent</artifactId>
  <version>3.8.4.v20220920-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.dreamlu:tio-webpack-parent:3.8.4.v20220920-RELEASE'
Gradle Kotlin
implementation("net.dreamlu:tio-webpack-parent:3.8.4.v20220920-RELEASE")
Scala SBT
libraryDependencies += "net.dreamlu" % "tio-webpack-parent" % "3.8.4.v20220920-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='net.dreamlu', module='tio-webpack-parent', version='3.8.4.v20220920-RELEASE')
)
Apache Ivy
<dependency org="net.dreamlu" name="tio-webpack-parent" rev="3.8.4.v20220920-RELEASE" />
Leiningen
[net.dreamlu/tio-webpack-parent "3.8.4.v20220920-RELEASE"]
Apache Buildr
'net.dreamlu:tio-webpack-parent:jar:3.8.4.v20220920-RELEASE'