GroupId | GroupIdcom.amihaiemil.web |
---|---|
ArtifactId | ArtifactIdcharles |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
charles-1.1.0.pom | |
charles-1.1.0.jar | 27 KB |
charles-1.1.0-sources.jar | 39 KB |
charles-1.1.0-javadoc.jar | 149 KB |
charles-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amihaiemil.web/charles/
implementation 'com.amihaiemil.web:charles:1.1.0'
// https://jarcasting.com/artifacts/com.amihaiemil.web/charles/
implementation ("com.amihaiemil.web:charles:1.1.0")
'com.amihaiemil.web:charles:jar:1.1.0'
<dependency org="com.amihaiemil.web" name="charles" rev="1.1.0">
<artifact name="charles" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amihaiemil.web', module='charles', version='1.1.0')
)
libraryDependencies += "com.amihaiemil.web" % "charles" % "1.1.0"
[com.amihaiemil.web/charles "1.1.0"]