GroupId | GroupIdcom.amihaiemil.web |
---|---|
ArtifactId | ArtifactIdcharles |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
charles-1.0.2.pom | |
charles-1.0.2.jar | 27 KB |
charles-1.0.2-sources.jar | 38 KB |
charles-1.0.2-javadoc.jar | 149 KB |
charles-1.0.2-jar-with-dependencies.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amihaiemil.web/charles/ -->
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>charles</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.amihaiemil.web/charles/
implementation 'com.amihaiemil.web:charles:1.0.2'
// https://jarcasting.com/artifacts/com.amihaiemil.web/charles/
implementation ("com.amihaiemil.web:charles:1.0.2")
'com.amihaiemil.web:charles:jar:1.0.2'
<dependency org="com.amihaiemil.web" name="charles" rev="1.0.2">
<artifact name="charles" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amihaiemil.web', module='charles', version='1.0.2')
)
libraryDependencies += "com.amihaiemil.web" % "charles" % "1.0.2"
[com.amihaiemil.web/charles "1.0.2"]