GroupId | GroupIdcom.vimeo.stag |
---|---|
ArtifactId | ArtifactIdstag-library |
Version | Version2.3.3 |
Type | Typejar |
Filename | Size |
---|---|
stag-library-2.3.3.pom | |
stag-library-2.3.3.jar | 43 KB |
stag-library-2.3.3-sources.jar | 6 KB |
stag-library-2.3.3-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/ -->
<dependency>
<groupId>com.vimeo.stag</groupId>
<artifactId>stag-library</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation 'com.vimeo.stag:stag-library:2.3.3'
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation ("com.vimeo.stag:stag-library:2.3.3")
'com.vimeo.stag:stag-library:jar:2.3.3'
<dependency org="com.vimeo.stag" name="stag-library" rev="2.3.3">
<artifact name="stag-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimeo.stag', module='stag-library', version='2.3.3')
)
libraryDependencies += "com.vimeo.stag" % "stag-library" % "2.3.3"
[com.vimeo.stag/stag-library "2.3.3"]