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