License |
License |
---|---|
GroupId | GroupIdcom.vimeo.stag |
ArtifactId | ArtifactIdstag-library |
Version | Version2.6.0 |
Type | Typejar |
Description |
Descriptionstag-library
Stag improves Gson performance by automatically generating reflection-less TypeAdapters for your model objects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stag-library-2.6.0.pom | |
stag-library-2.6.0.jar | 45 KB |
stag-library-2.6.0-sources.jar | 7 KB |
stag-library-2.6.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/ -->
<dependency>
<groupId>com.vimeo.stag</groupId>
<artifactId>stag-library</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation 'com.vimeo.stag:stag-library:2.6.0'
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation ("com.vimeo.stag:stag-library:2.6.0")
'com.vimeo.stag:stag-library:jar:2.6.0'
<dependency org="com.vimeo.stag" name="stag-library" rev="2.6.0">
<artifact name="stag-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimeo.stag', module='stag-library', version='2.6.0')
)
libraryDependencies += "com.vimeo.stag" % "stag-library" % "2.6.0"
[com.vimeo.stag/stag-library "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.2 |
org.jetbrains : annotations-java5 | jar | 16.0.2 |