Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.clistery |
ArtifactId | ArtifactIdactmanager |
Version | Version1.2.4 |
Type | Typeaar |
Filename | Size |
---|---|
actmanager-1.2.4.pom | |
actmanager-1.2.4-sources.jar | 8 KB |
actmanager-1.2.4-javadoc.jar | 319 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.clistery/actmanager/ -->
<dependency>
<groupId>io.github.clistery</groupId>
<artifactId>actmanager</artifactId>
<version>1.2.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/actmanager/
implementation 'io.github.clistery:actmanager:1.2.4'
// https://jarcasting.com/artifacts/io.github.clistery/actmanager/
implementation ("io.github.clistery:actmanager:1.2.4")
'io.github.clistery:actmanager:aar:1.2.4'
<dependency org="io.github.clistery" name="actmanager" rev="1.2.4">
<artifact name="actmanager" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='actmanager', version='1.2.4')
)
libraryDependencies += "io.github.clistery" % "actmanager" % "1.2.4"
[io.github.clistery/actmanager "1.2.4"]