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