| License |
License |
|---|---|
| GroupId | GroupIdcom.github.codestickers |
| ArtifactId | ArtifactIdcodestickers |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
DescriptionCodeStickers
A collection of useful java annotations.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| codestickers-1.0.2.pom | |
| codestickers-1.0.2.jar | 10 KB |
| codestickers-1.0.2-sources.jar | 8 KB |
| codestickers-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codestickers/codestickers/
implementation 'com.github.codestickers:codestickers:1.0.2'
// https://jarcasting.com/artifacts/com.github.codestickers/codestickers/
implementation ("com.github.codestickers:codestickers:1.0.2")
'com.github.codestickers:codestickers:jar:1.0.2'
<dependency org="com.github.codestickers" name="codestickers" rev="1.0.2">
<artifact name="codestickers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codestickers', module='codestickers', version='1.0.2')
)
libraryDependencies += "com.github.codestickers" % "codestickers" % "1.0.2"
[com.github.codestickers/codestickers "1.0.2"]