GroupId | GroupIdcom.almis.awe |
---|---|
ArtifactId | ArtifactIdawe-controller |
Version | Version4.2.7 |
Type | Typejar |
Filename | Size |
---|---|
awe-controller-4.2.7.pom | |
awe-controller-4.2.7.jar | 302 KB |
awe-controller-4.2.7-sources.jar | 171 KB |
awe-controller-4.2.7-javadoc.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.almis.awe/awe-controller/ -->
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-controller</artifactId>
<version>4.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.almis.awe/awe-controller/
implementation 'com.almis.awe:awe-controller:4.2.7'
// https://jarcasting.com/artifacts/com.almis.awe/awe-controller/
implementation ("com.almis.awe:awe-controller:4.2.7")
'com.almis.awe:awe-controller:jar:4.2.7'
<dependency org="com.almis.awe" name="awe-controller" rev="4.2.7">
<artifact name="awe-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.almis.awe', module='awe-controller', version='4.2.7')
)
libraryDependencies += "com.almis.awe" % "awe-controller" % "4.2.7"
[com.almis.awe/awe-controller "4.2.7"]