GroupId | GroupIdcn.tenfell |
---|---|
ArtifactId | ArtifactIdcontroller-free |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
controller-free-1.0.0.pom | |
controller-free-1.0.0.jar | 119 KB |
controller-free-1.0.0-sources.jar | 105 KB |
controller-free-1.0.0-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tenfell/controller-free/ -->
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>controller-free</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/controller-free/
implementation 'cn.tenfell:controller-free:1.0.0'
// https://jarcasting.com/artifacts/cn.tenfell/controller-free/
implementation ("cn.tenfell:controller-free:1.0.0")
'cn.tenfell:controller-free:jar:1.0.0'
<dependency org="cn.tenfell" name="controller-free" rev="1.0.0">
<artifact name="controller-free" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='controller-free', version='1.0.0')
)
libraryDependencies += "cn.tenfell" % "controller-free" % "1.0.0"
[cn.tenfell/controller-free "1.0.0"]