GroupId | GroupIdcom.ailbb |
---|---|
ArtifactId | ArtifactIdact |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
act-1.1.pom | |
act-1.1.jar | 48 KB |
act-1.1-sources.jar | 21 KB |
act-1.1-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ailbb/act/ -->
<dependency>
<groupId>com.ailbb</groupId>
<artifactId>act</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ailbb/act/
implementation 'com.ailbb:act:1.1'
// https://jarcasting.com/artifacts/com.ailbb/act/
implementation ("com.ailbb:act:1.1")
'com.ailbb:act:jar:1.1'
<dependency org="com.ailbb" name="act" rev="1.1">
<artifact name="act" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ailbb', module='act', version='1.1')
)
libraryDependencies += "com.ailbb" % "act" % "1.1"
[com.ailbb/act "1.1"]