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