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