GroupId | GroupIdcom.codetaco |
---|---|
ArtifactId | ArtifactIdappcontrol |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
appcontrol-5.0.1.pom | |
appcontrol-5.0.1.jar | 62 KB |
appcontrol-5.0.1-sources.jar | 35 KB |
appcontrol-5.0.1-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codetaco/appcontrol/ -->
<dependency>
<groupId>com.codetaco</groupId>
<artifactId>appcontrol</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codetaco/appcontrol/
implementation 'com.codetaco:appcontrol:5.0.1'
// https://jarcasting.com/artifacts/com.codetaco/appcontrol/
implementation ("com.codetaco:appcontrol:5.0.1")
'com.codetaco:appcontrol:jar:5.0.1'
<dependency org="com.codetaco" name="appcontrol" rev="5.0.1">
<artifact name="appcontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codetaco', module='appcontrol', version='5.0.1')
)
libraryDependencies += "com.codetaco" % "appcontrol" % "5.0.1"
[com.codetaco/appcontrol "5.0.1"]