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