GroupId | GroupIdcom.vimeo.stag |
---|---|
ArtifactId | ArtifactIdstag-library |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
stag-library-2.4.0.pom | |
stag-library-2.4.0.jar | 43 KB |
stag-library-2.4.0-sources.jar | 6 KB |
stag-library-2.4.0-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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation 'com.vimeo.stag:stag-library:2.4.0'
// https://jarcasting.com/artifacts/com.vimeo.stag/stag-library/
implementation ("com.vimeo.stag:stag-library:2.4.0")
'com.vimeo.stag:stag-library:jar:2.4.0'
<dependency org="com.vimeo.stag" name="stag-library" rev="2.4.0">
<artifact name="stag-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vimeo.stag', module='stag-library', version='2.4.0')
)
libraryDependencies += "com.vimeo.stag" % "stag-library" % "2.4.0"
[com.vimeo.stag/stag-library "2.4.0"]