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