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