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